Re: [Exim] How do I ...

Top Page
Delete this message
Reply to this message
Author: Pete Naylor
Date:  
To: Alain Williams
CC: exim-users
Subject: Re: [Exim] How do I ...
Alain Williams wrote...

> How do I pursuade email to recognise list@??? to be a special case that must be routed up to
> the ISP ?


I'd add a special director (above the existing ones) such as...

lists:
driver = smartuser
domains = foo.com
local_parts = list1:list2:list3
transport = listserver

Then, add a transport...

listserver:
driver = smtp
hosts = blackbird.isp.co.uk
gethostbyname = true

--
Pete Naylor