Re: [exim] Delete frozen messages

Top Page
Delete this message
Reply to this message
Author: Renaud Allard
Date:  
To: Magnus Holmgren
CC: exim-users
Subject: Re: [exim] Delete frozen messages


Magnus Holmgren wrote:
> On Monday 21 May 2007 23:34, Renaud Allard wrote:
>
>>> How can I get frozen messages deleted at two hours?
>> As you seem to have found the solution by yourself, I will just give you
>> a hint if you want to remove them asap..
>> /usr/sbin/exim -bp | grep frozen | awk '{print $2}' | xargs
>> /usr/sbin/exim -Mrm
>
> Or exiqgrep -zi | xargs exim -Mrm
>
>

As I told, there is _always_ more than one way to do it :D