Re: [Exim] removing 'frozen' messages

Inizio della pagina
Delete this message
Reply to this message
Autore: Ken Jackson
Data:  
To: Vladimir Sharun
CC: Ken Jackson, exim-users, K.Jackson
Oggetto: Re: [Exim] removing 'frozen' messages
> 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
> This script removes all frozen messages from queue


I only want to remove them after they've been frozen for 7 days,
but I'm also trying to understand why my (percieved) understanding
of the 'timeout_frozen_after = 7d' parameter is not working?