Re: [exim] pass to next router on defer

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Phil Pennock
日付:  
To: Gennady Proskurin
CC: exim-users
題目: 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