Re: [exim] Recommended way to clear the frozen/retry queue

Top Page
Delete this message
Reply to this message
Author: Peter Velan
Date:  
To: exim-users
Subject: Re: [exim] Recommended way to clear the frozen/retry queue
am 06.03.2007 14:32 schrieb Matt Sealey:
>> You're kidding, right ? Read
>> http://www.exim.org/exim-html-4.66/doc/html/spec_html/ch05.html
>>
>> There's all the command line options. The one for deleting is
>> exim -Mrm (and then a list of message-ids)
>
> I'd prefer a tutorial more than a big list.


Q: What is the best way to fully empty the exim4 queue. I'm doing it
normally with "exim4 -Mg <msgid> <msgid> ..." Isn't there something
like "exim4 -Mg <all-msgid>"?

A:

exipick -i | xargs exim -Mg

# (or -Mrm if you want to do the job silently)

HTH
Peter