On 2008-07-11 at 12:17 +0400, Gennady Proskurin wrote:
> Is it possible to achive the following: if router "provider"
> defers for some reasons (temporary smtp error from provider,
> no connection with provider's smtp, etc), message should be
> passed to next router "dnslookup".

Part of it can be done with pass_on_timeout.

If you're happy to wait for a retry, you can have:

 condition = ${if first_delivery}

on the first Router.  If you want to retry for a little while first,
look at the $message_age variable.

-Phil

-- 
## 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/

Reply via email to