[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
Diese Nachricht ist Teil des folgenden Threads:
Der komplette Thread sortiert nach Datum
Phil Pennock am
2006-02-23 16:12
Autor:
ml
Datum:
2006-02-23 12:42
UTC
To:
exim-users
Betreff:
[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