View previous topic :: View next topic |
Author |
Message |
spline n00b
Joined: 27 Nov 2003 Posts: 13
|
Posted: Tue Feb 17, 2004 11:29 am Post subject: exim: Delivery to smarthost |
|
|
Hi,
here is my next problem.
I set up Exim like shown in https://forums.gentoo.org/viewtopic.php?t=83500&postdays=0&postorder=asc&start=0 this tutorial.
I used the same relay / smarthost with my "old" Debian-box and it worked fine for several months.
From my "new" gentoo box it's not working.
Mail seems to be delivered to the smarthost, but it's not delivered to the reciepient.
Snippet from exim_main.log
Code: |
2004-02-17 11:58:14 1At2vd-0004A8-VE <= xxx@epia U=jay P=local S=264
2004-02-17 11:58:15 1At2vd-0004A8-VE => xxx@yyy.de R=send_to_relay T=remote_smtp H=postman.arcor-online.net [151.189.20.25] X=TLSv1:EDH-RSA-DES-CBC3-SHA:168
|
Here are some snippets from my config:
Quote: |
begin routers
send_to_relay:
driver = manualroute
domains = ! +local_domains
transport = remote_smtp
route_list = * postman.arcor-online.net
begin transports
remote_smtp:
driver = smtp
hosts_require_auth=*
begin authenticators
fixed_plain:
driver = plaintext
public_name = PLAIN
client_send = ^xxxxx^yyyyyy
|
Regards
spline |
|
Back to top |
|
|
spline n00b
Joined: 27 Nov 2003 Posts: 13
|
Posted: Tue Feb 17, 2004 12:29 pm Post subject: |
|
|
Hi,
the problem is solved.
The error was the following: The FQDN was not set, so the gateway couldn't verify it and rejected the mail.
So is set the "primary_hostname" in the exim.conf and all went fine.
Regards
spline |
|
Back to top |
|
|
|