FAQ / Miscellaneous / Q5022
Q5022
Question
Is there an easy way of removing all queued messages at once in a safe way?
Answer
Try this command:
exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | sh
FAQ / Miscellaneous / Q5022
FAQ / Miscellaneous / Q5022
Is there an easy way of removing all queued messages at once in a safe way?
Try this command:
exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | sh
FAQ / Miscellaneous / Q5022
EximWiki: FAQ/Miscellaneous/Q5022 (last edited 2008-09-25 11:39:28 by localhost)