On 11/01/15 14:59, Bertrand Caplet wrote: >> On 10/01/15 22:29, Bertrand Caplet wrote: >>> Well I tried to set virtualaliases first with number ans it doesn't work. >> >> Exim has no concept of a number here. Perhaps you are using the >> Debian config system? If so, you're probably best to ask in a >> deb-specific forum. Start here: >> https://github.com/Exim/exim/wiki/DebianExim4 > > 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. Either go ask them, or read the manual and work out how their stuff works. -- Cheers, Jeremy -- ## 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/
