How To Flush The Mail Queue In Postfix

Flush the mail queue:
# postfix flush
OR
# postfix -f
View the mail queue:
# mailq
Delete all mail from the queue:
# postsuper -d ALL
Delete all mails in the deferred queue:
# postsuper -d ALL deferred
Leave Your Comment
All fields marked with "*" are required.