On Sun, Jan 11, 2015 at 03:07:36PM +0000, Jeremy Harris wrote: > On 11/01/15 14:59, Bertrand Caplet wrote: > > Thanks a lot for the link. Indeed I don't think this is related to > > debian config. My manualroute is like this : > > > >> driver = manualroute > >> transport = remote_smtp > >> route_list = domain.com host.com > > > > Is there a way to make the manualroute goes through other files before > > go to transport remote_smtp ? > > Exim takes the routers in the order you define them, modulo > use of file-include directives in the config. I believe that > Deb makes heavy use of the latter facility.
Debian does NOT use .include's for routers and transports. I'd like to remind that under Debian update-exim4.conf must be run after any changes, because files in split config are not read by Exim directly, actual configuration file is generated by update-exim4.conf script and stored in /var/lib/exim4/config.autogenerated. -- Eugene Berdnikov -- ## List details at https://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/
