Re: [Exim] removing 'frozen' messages

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Ken Jackson
Fecha:  
A: Vladimir Sharun
Cc: Ken Jackson, exim-users, K.Jackson
Asunto: 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?