On Thu, 31 Aug 2006, Zbigniew Szalbot wrote: > Is there a way to have a router which would limit the number of sim. > connections to > hosts defined in a flat file so that exim does not unnecessarily keep > trying where most of its attempts are being rejected anyway?
Look at the serialize_hosts option of the smtp transport. It doesn't do exactly what you want, because it has a coded-in limit of 1, but if that is OK, it is simple to use. -- Philip Hazel University of Cambridge Computing Service Get the Exim 4 book: http://www.uit.co.uk/exim-book -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
