/ Dave Lugo <[EMAIL PROTECTED]> was heard to say: | On Wed, 26 Oct 2005, Norman Walsh wrote:> [...] |> I assume that exim4 can be configured to send all mail to |> <anyaddress>@myemployer.com using mail.myemployer.com and yet send |> all other mail through mail.myisp.com. |> |> Yet more clues, please? :-) | | 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 [EMAIL PROTECTED]"
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 [EMAIL PROTECTED]"
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.
Be seeing you,
norm
--
Norman Walsh <[EMAIL PROTECTED]> | Some disguised deceits counterfeit
http://nwalsh.com/ | truth so perfectly that not to be taken
| in by them would be an error of
| judgment.--La Rochefoucauld
pgpcVqJuMLCYx.pgp
Description: PGP signature
-- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
