Postfix Mail Queue
December 11, 2005 Posted by KP
List the mail queue:
# /usr/bin/mailq
Delete a mail by mail id (get the mail id with the above command):
# postsuper -d mail_id
Delete all message in the mail queue:
# postsuper -d ALL
Flush the queue: attempt to deliver all queued mail:
# postqueue -f
Related Posts:
Filed Under: Email