Re: [exim] Splitting the stream

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Simon Faulkner
Ημερομηνία:  
Προς: John Robinson
Υ/ο: exim-users@exim.org
Αντικείμενο: 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!?)