Postfix Commands
Various commands for working with postfix on a Lamp Stack.
Code Markup
mailq to check queue
-----
Remove particular message
postsuper -d mail_queue_id
Remove ALL mails from queue
postsuper -d ALL
Remove ALL deferred mails from queue
postsuper -d ALL deferred