Remove exim queue mail in console

Last updated on October 23rd, 2015 at 09:21 am

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:

Discover more from Juzhax Technology

Subscribe now to keep reading and get access to the full archive.

Continue reading