Re: [Exim] removing 'frozen' messages

Etusivu
Poista viesti
Vastaa
Lähettäjä: Christopher Curtis
Päiväys:  
Vastaanottaja: Vladimir Sharun
Kopio: Ken Jackson, exim-users
Aihe: 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