Exim : Remove all message from Queue Posted by admin | Feb 24, 2012 | Linux, Technology-Howto | 0 | This is some useful command to work with exim To remove a message from the queue, enter: # exim -Mrm {message-id} To remove all messages from the queue, enter: # exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | bash