Simon Faulkner wrote: > split_route: > driver = manualroute > route_data = [EMAIL PROTECTED]/usr/exim/splitroutes}} > ignore_target_hosts = +bogusip > same_domain_copy_routing = true > transport = remote_smtp > > Where split routes is a file like > > [EMAIL PROTECTED]: 100.2.3.4 > > It 'seems' to work
The same_domain_copy_routing tells Exim to use the same routing for all addresses under a domain. If your e-mail addresses are split between servers (e.g. [EMAIL PROTECTED] is on one server, but [EMAIL PROTECTED] is on another server), but a message is sent to both of them, both addresses will be routed to the server that is looked up for the first recipient in the list. - Wayne -- Wayne A. Tucker IT and Network Operations Manager [EMAIL PROTECTED] DONOBI, Inc. <http://www.donobi.com/> +1-360-782-4477 "The Internet Solutions Company" -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
