Re: [Exim] removing 'frozen' messages

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Christopher Curtis
Fecha:  
A: Vladimir Sharun
Cc: Ken Jackson, exim-users
Asunto: Re: [Exim] removing 'frozen' messages
On Tue, 23 Oct 2001, Vladimir Sharun wrote:

> KJ> The poblem is, they are staying on the queue for up to 26 days so far and
> KJ> are not disappearing.
>
> mailq | grep ' frozen ' | awk '{print $3}' |\
> xargs /usr/exim/bin/exim -Mrm


Argh ... do not do such craziness:

# If you can't return an error message after 2 days, delete it.
ignore_errmsg_errors_after = 48h

# timeout anything a week old
timeout_frozen_after = 7d

Chris