Re: [EXIM] remote_smtp defer (-34): retry time no reached fo…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Paul Mansfield
Fecha:  
A: Clay Porter
Cc: Exim users mailing list
Asunto: Re: [EXIM] remote_smtp defer (-34): retry time no reached for any host
On Tue, 17 Nov 1998, Ben Smithurst wrote:
> Clay Porter wrote:
> > to exim sometime ago.  Yesterday, the MTA on the mailing list server died.
> > Ever since then I get the error in the subject line, even after I restarted
> > the MTA.
> Look at the retry section near the end of your config file (I think
> that's what controls it anyway):
> *    *    F,2h,15m; G,16h,2h,1.5; F,7d,8h


Are you purging the retry database regularly? something like this in your
crontab:
# clean up the retry database at the quietest time of day
25 5 * * * /opt/exim/bin/exim_tidydb -t 1d /var/spool/exim reject
30 5 * * * /opt/exim/bin/exim_tidydb -t 1d /var/spool/exim retry
35 5 * * * /opt/exim/bin/exim_tidydb -t 1d /var/spool/exim wait-remote_smtp


Paul


--
*** Exim information can be found at http://www.exim.org/ ***