Re: [exim] Splitting the stream

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Simon Faulkner
Datum:  
To: John Robinson
CC: exim-users@exim.org
Betreff: Re: [exim] Splitting the stream
What I have ended up with is:

split_route:
driver = manualroute
route_data = ${lookup{$local_part@$domain}lsearch{/usr/exim/splitroutes}}
ignore_target_hosts = +bogusip
same_domain_copy_routing = true
transport = remote_smtp



Where split routes is a file like

someone@???: 100.2.3.4


It 'seems' to work

Any comments?
(Am I doing something stupid!?)