[exim] Another Disclaimer Question

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jonathan Gilpin
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [exim] Another Disclaimer Question
Hi,

the std response to adding disclimers in the exim handbook is
something like this:

dnslookup:
   driver = dnslookup
   domains = ! +local_domains
   transport = ${if eq {$sender_address_domain}{your.domain}\
                {remote_smtp_filter}{remote_smtp}}
   ignore_target_hosts = 127.0.0.0/8
   no_more
However, this does not help if you want to provide different  
disclaimers for different domain names. For example, in a hosted  
environment.
Does anyone have any suggestions on how to implement this based on  
senders domain?
Would it be possible to have multiple if statements or transports to  
make this happen?


Jonathan