Re: [Exim] Retry question / warning messages

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Andreas Metzler
Fecha:  
A: exim-users
Asunto: Re: [Exim] Retry question / warning messages
On Tue, Aug 26, 2003 at 10:57:50AM +0200, Jan-Peter Koopmann wrote:
> if my memory serves me well sendmail sends out a warning mail if it
> cannot deliver a mail "in time". It keeps on retrying and will bounce
> the mail if the retry time has been reached.
>
> Now in exim I found the retry section and I am quite happy with it, BUT
> I cannot find a "warning mail" facility. Personally I think senders
> should be informed if a mail is could not be delivered within a suitable
> time (e.g. 30 minutes). Can I do this with exim?


delay_warning = 30m:5d:99d

BTW just searching for "warning" in spec.txt immediately finds the
correct options.
         cu andreas