RE: [Exim] roadrunner broke my new toy..

Top Page
Delete this message
Reply to this message
Author: Rick Cooper
Date:  
To: Mike 'Fraz' White, exim-users
Subject: RE: [Exim] roadrunner broke my new toy..

> -----Original Message-----
> From: exim-users-admin@??? [mailto:exim-users-admin@exim.org]On
> Behalf Of Mike 'Fraz' White
> Sent: Tuesday, May 04, 2004 5:34 PM
> To: exim-users@???
> Subject: Re: [Exim] roadrunner broke my new toy..
>
>
> Hmmm maybe not, mails to @vigin.net are delivered via my ISP, other
> mails (except to localboxes barf. lets try plan B. If this mail sends
> then the below worked.
>
> Cheers :-)
>
> ntl_router:
> driver = manualroute
> domains = *.rr.com:aol.com:virgin.net
> route_list = * smtp.ntlworld.com:192.168.1.1
> transport = remote_smtp
>


You may want to refine this to


ntl_router:
driver = manualroute
route_list = /path/to/domainlist smtp.ntlworld.com:192.168.1.1
transport = remote_smtp

where domainlist

rr.com
aol.com
virgin.net

Then as you hit other hosts that don't like dynamic IPs you just append them
to the domainlist and you don't have to change the configuration file or hup
exim. I currently have a list of 145 domains for smart host routing