Auteur: Pete Naylor
Datum:
Aan: Alain Williams
CC: exim-users
Onderwerp: 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