Re: My email is rejected by some sites
On Friday 12 December 2003 01:50, Antonio Rodr wrote:
> Please do post an example. I think I need one. Thanks.
This example is from an Exim 4 config file, but I think it will work in
Exim 3 too. (Could someone please correct this if it's wrong?) The
following stanza goes in the ROUTERS section, between "begin routers" and
the normal "dnslookup" stanza. Order is important in the ROUTERS section,
because Exim tries them from the top down.
isp:
driver = manualroute
domains = adelphia.net:firenze.linux.it:bham.ac.uk:*.bham.ac.uk
transport = remote_smtp
route_list = * smtp.blueyonder.co.uk
This will catch any addresses whose domains match the "domains" list and
route them through my ISP's server.
HTH,
Adam
Reply to: