/ Norman Walsh <[EMAIL PROTECTED]> 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 [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.

No more clues?

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <[EMAIL PROTECTED]> | Everything should be made as simple as
http://nwalsh.com/            | possible, but no simpler.

Attachment: pgpvUwSz73ySR.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/

Reply via email to