Auteur: edouard.boucher
Date:
À: exim-users
Sujet: [Exim] Re[2]: relaying for another domain
hi,
thank you for your help with :
lookuphost:
driver = dnslookup
domains = !+local_domains: !+relay_domains
transport = remote_smtp
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
no_more
lookuphost_backup:
driver = dnslookup
domains = ! +relay_domains
transport = remote_smtp
ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8
catch_backup:
driver = accept
domains = !+relay_domains
tranport = bsmtp_transport
no_more
I just have to convert this for exim 3,
but I can do that !
thanks !
Edouard