Re: [Exim] How do I ...

Góra strony
Delete this message
Reply to this message
Autor: Pete Naylor
Data:  
Dla: Alain Williams
CC: exim-users
Temat: 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