Συντάκτης: Norman Walsh Ημερομηνία: Προς: exim-users Αντικείμενο: Re: [exim] Configuring...routers?
/ Norman Walsh <ndw@???> was heard to say:
[...] | | this should do it :)
| |
| | http://www.exim.org/exim-html-4.50/doc/html/FAQ.html#TOC139 | | Not quite. | | I tried: | | # Route mail bound for myemployer.com to mail.myemployer.com
| myemployer:
| debug_print = "R: smarthost for $local_part@$domain"
| driver = manualroute
| transport = remote_smtp
| route_list = myemployer.com mail.myemployer.com | | This attempts to use the correct server, but doesn't send the AUTH
| command. If I use mail.myemployer.com as my global default relay in
| the smarthost route, it does. So I tried: | | # Route mail bound for myemployer.com to mail.myemployer.com
| myemployer:
| debug_print = "R: smarthost for $local_part@$domain"
| driver = manualroute
| transport = remote_smtp_smarthost
| route_list = myemployer.com mail.myemployer.com | | I thought that might work because the remote_smtp_smarthost router has
| hosts_try_auth and TLS options. Still no luck. | | I also found a pointer to the "hubbed_hosts" in the config file, but
| that didn't work either. All of them talk to the right server but fail
| to send the appropriate AUTH.
No more clues?
Be seeing you,
norm
--
Norman Walsh <ndw@???> | Everything should be made as simple as
http://nwalsh.com/ | possible, but no simpler.