Re: [exim] pass to next router on defer

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Phil Pennock
Date:  
À: Gennady Proskurin
CC: exim-users
Sujet: Re: [exim] pass to next router on defer
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