著者: Lena 日付: To: exim-users 題目: Re: [exim] retry configuration
> > The problem is caused by the way EXIM is handling retries. >
> What you are asking for is for Exim to use the entire email address
> as the retry-database index key instead of just the remote domain name.
>
> There is an option called "retry_use_local_part" which can be enabled
> on a special router that will reference the retry database using the
> entire email address.
Documentation for version 4.69 says:
Chapter 15. Generic options for routers:
| retry_use_local_part | When a delivery suffers a temporary routing failure | Note that this option does not apply to hints keys for transport delays;
| they are controlled by a generic transport option of the same name.
Chapter 24. Generic options for transports:
| retry_use_local_part | For remote transports, the default value is false for tidiness,
| but changing the value has no effect on a remote transport
| in the current implementation.