Re: [exim] Delivery router using DNS lookup by specific send…

Etusivu
Poista viesti
Vastaa
Lähettäjä: Drav Sloan
Päiväys:  
Vastaanottaja: ikearns
Kopio: exim-users
Aihe: Re: [exim] Delivery router using DNS lookup by specific senderaddress
ikearns wrote:
> I think I might have misled you in my original question, when I was
> referring to 'specific senders address' I meant an email address not an IP
> address - sorry!


Is this domain specific (domain.com) or user specific (user@???) routing?

For domain specific, you could replace the 'condition=' statement with a

domains = domain1: domain2 : ... etc

If user specific then do a:

condition = ${lookup{$local_part@$domain} lsearch {/path/to/list}{yes}{no}}

Regards

D.