--
On Mar 11, 2004, at 12:01, Adam Bown wrote:
> Can anyone tell me how I tell my exim server to forward all mail to my
> ISP's
> SMTP server please? I'm finding that some MTA's will not accept mail
> from
> me as my IP seems to be listed as dynamic (despite the fact that it
> never
> actually changes) :o)
You need a 'smarthost' router. From
/etc/exim4/conf.d/router/200_exim4-config_primary on my Debian box:
smarthost:
driver = manualroute
domains = ! +local_domains
transport = remote_smtp
route_list = <smarthost>
host_find_failed = defer
same_domain_copy_routing = yes
no_more
--
[ smime.p7s of type application/pkcs7-signature deleted ]
--