[exim] Exim: smart_route / routing based on From:
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Ce message fait partie du fil suivant :
Arborescence complète du fil triée par date
Phil Pennock à
2006-02-23 16:12
Auteur:
ml
Date:
2006-02-23 12:42
UTC
À:
exim-users
Sujet:
[exim] Exim: smart_route / routing based on From:
Hi all,
I have a short question: I would like to configure Exim to send all Mails through host serverabc:
smart_route:
driver = manualroute
domains = ! +local_domains
transport = remote_smtp
route_list = "* serverabc"
which works pretty good, but now i want one exception from this rule:
If "From:" of the Mail (not neccessarily the Sender:) is foo@baa mails should be send
through serverxyz.
is this possibile ?
Thanks and regards
Sascha