Saturday, June 28, 2008

Useful Exim Commands

--Remove all messages older than five days (86400 * 5 = 432000 seconds):

root@localhost# exiqgrep -o 432000 -i | xargs exim -Mrm

You can make changes as per needs.

--Remove all frozen messages:

root@localhost# exiqgrep -z -i | xargs exim -Mrm

No comments: