Clear exim queue
The queue can be viewed with mailq, which is the same as exim -bp.
You can view individual messages using exim -Mvc <message-id>. Once you’re done, run
exim -bp | grep -Eo "[[:alnum:]]{6}-[[:alnum:]]{6}-[[:alnum:]]{2}" | xargs exim -Mrm
Advertisement
Like this:
Be the first to like this post.
This entry was written by
thandle, posted on
July 14, 2011 at 11:50 pm, filed under
Uncategorized and tagged
admin,
exim,
log,
mail,
mailq,
regex,
unix,
xargs. Bookmark the
permalink. Follow any comments here with the
RSS feed for this post.
or leave a trackback:
Trackback URL.