How To Flush The Mail Queue In Postfix
erics, Posted December 13th, 2010 at 12:28:11am
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.