Re: [Exim] error message

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Torsten Luettgert
Fecha:  
A: christoph.galuschka
Cc: Exim Mailing List
Asunto: Re: [Exim] error message
On Don, 2004-07-22 at 18:17, Christoph Galuschka wrote:
> Hello,
>
> I'm suddenly geting error messages like "retry time not
> reached for any host", and I don'T know why. IMHO I did not
> change anything to the configuration.


That only means that some mail couldn't be delivered immediately
and now exim is waiting a while before it tries again.
It means no harm.

To see which messages are queued, use

    exim -bp


to force a delivery attempt for all of them, use

    exim -qf


Greetings,
Torsten