Re: [Exim] removing 'frozen' messages

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