Re: [Exim] Forcing relay to another SMTP server for AOL addr…

Top Pagina
Delete this message
Reply to this message
Auteur: Andy Firman
Datum:  
Aan: exim-users
Onderwerp: Re: [Exim] Forcing relay to another SMTP server for AOL addresses
On Mon, Nov 24, 2003 at 09:26:56AM -0400, Patrick Boutilier wrote:
> Try this router:
>
> send_to_smart_host:
>     driver = manualroute
>     route_list = aol.com <ip or host name of ISP's smtp server>
>     transport = remote_smtp


Hmmm. That looks a little different from mine. I am still on Exim 3
with Debian stable. Most people here seem to be on Exim 4.
This is what I have:

smarthost:
driver = domainlist
transport = remote_smtp
domains = aol.com
route_list = * smtp-server.twcny.rr.com byname


Andy

ps. Is there any good howto's out there for upgrading
Debian stable to Exim 4? Is it difficult?