On Fri, Feb 11, 2011 at 10:20 AM, Todd Lyons <[email protected]> wrote: > r_smarthost_x_com: > driver = manualroute > domains = X.com
Wrong. domains is the recipient domain. You want the sender domain, so it would instead be: senders = *@X.com > transport = remote_smtp > # Using the raw IP addresses > # route_list = @[10.20.20.20] @[10.10.10.10] > # Using hostnames (my personal preference) > route_list = hostname_of_10.20.20.20 hostname_of_10.10.10.10 > > Untested, should work though. ...should work now :-/ -- Regards... Todd I seek the truth...it is only persistence in self-delusion and ignorance that does harm. -- Marcus Aurealius -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
