AOL blocking Cox IPs

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Kurt Granroth
Date:  
Subject: AOL blocking Cox IPs
On Thursday 12 June 2003 10:58 am, Thanasis Kinias wrote:
> So... I think I need to come up with some way to get Exim to relay e-mail.
> I assume that however the Windows world does e-mail (getting the MUA to
> hand off mail to an offsite SMTP server) will still get through AOL's
> blocking, but can't figure out how to configure Exim to do that instead of
> delivering directly.
>
> Has anyone gotten together a workaround for this yet?


Yes, just set exim up to use a "smart hose". You didn't say if you were using
exim3 or exim4. In the former case, comment out the 'lookuphost:' rule and
add this:

smarthost:
driver = domainlist
transport = remote_smtp
route_list = * smtp.west.cox.net bydns

If you are using exim4, comment out the 'dnslookup:' rule and add this:

smarthost:
driver = manualroute
domains = ! +local_domains
transport = remote_smtp
route_list = * smtp.west.cox.net