wpwood3
27th October 2007, 19:16
Here's how to purge deferred mail in Postfix.
Do this as root:
postsuper -d ALL deferred
The "postsuper" command is powerful! For more info READ THIS (http://www.postfix.org/postsuper.1.html).
In the process of setting up a test server I ended up with lots of deferred mail in postfix that I did not want to be delivered. The solution was easy but it took some time to figure it out. Maybe this post will help others. :D
Do this as root:
postsuper -d ALL deferred
The "postsuper" command is powerful! For more info READ THIS (http://www.postfix.org/postsuper.1.html).
In the process of setting up a test server I ended up with lots of deferred mail in postfix that I did not want to be delivered. The solution was easy but it took some time to figure it out. Maybe this post will help others. :D