Remove exim queue mail in console

After stopped the spam, I need to clear the spam queue in exim
[code lang=”shell”]
exim -bp | awk ‘/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}’ | bash
[/code]

Tags:

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.