[exim] Another Disclaimer Question

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jonathan Gilpin
Date:  
À: exim-users
Sujet: [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