2009/4/22 mbneto <[email protected]>: > Hi, > > The domain.com is simply an example. Not the real one. > > I am hoping that there is a flag somewhere I can disable so exim will ignore > this or maybe a tweak in the configuration. > > I've tried the manualroute without luck. I add the following as the first > router > > problemdomain: > driver = manualroute > domains = domain.com > transport = remote_smtp > route_list = IP.of.the.MX > > But it is not working.
You've confused route_list and route_data. You need either route_list = domain.com IP.of.the.MX or route_data = IP.of.the.MX http://exim.org/exim-html-current/doc/html/spec_html/ch20.html#SECTprioptman Peter -- Peter Bowyer Email: [email protected] Follow me on Twitter: twitter.com/peeebeee -- ## 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/
