Re: [Exim] Dealing with AOl blocking smtp servers on DUL

Etusivu
Poista viesti
Vastaa
Lähettäjä: Nico Erfurth
Päiväys:  
Vastaanottaja: Hanasaki JiJi
Kopio: List - Exim
Aihe: Re: [Exim] Dealing with AOl blocking smtp servers on DUL
On Fri, 28 Mar 2003, Hanasaki JiJi wrote:

> Would seem that AOL is blocking all email coming from SMTP servers on
> dynamic IP Addresses. Have other's encountered this? Any thoughts on
> dealing with this? Have tried, and failed, to write a router that sends
> all email destine for .......aol.com domains/subdomains via a
> different smpt server/relay. Any input on this would be appreciated.


use this as your first router:

aol_router:
driver = manualroute
domains = aol.com
transport = remote_smtp
route_data = your.smart.host
no_more

But it's better to use domains = !+local_domains and removing the old
dnslookup router, so all external mail goes through the smart host.

AOL aren't the only ones blocking by DULs.

Nico