Remove exim queue mail in console 2015-10-23 / By juzhax / Linux / exim, kill, queue, remove, spam Last updated on October 23rd, 2015 at 09:21 amAfter 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:eximkillqueueremovespam