Bulk Delete Messages from Postfix Queue

Have you have ever had a script or application accidentally send thousands of messages through your postfix queue? With this simple tip you no longer need to wait for those messages to be processed through the Postfix queue. This one liner is also helpful if you have a lot of differed messages in the Postfix queue you would like to discard. You can simply use standard linux tools to awk through your Postfix queue and drop those unwanted messages.

Read More