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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Drav Sloan
Ημερομηνία:  
Προς: ikearns
Υ/ο: exim-users
Αντικείμενο: 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.