On Wed, 2012-12-12 at 19:45 +0530, soumya tr wrote: > Thanks of the quick update. But still its not working. > > Mail logs shows its still using R=smart_route, instead of forwarder_route :(
That's because the order of routers is important. If the email can be handled by smart_route then it will be. You either need to switch the order of the two routers in the config file, or ensure that there's a supplementary condition check on the first one that means it doesn't process messages that should be handled by the second. Graeme -- ## 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/
