Page 1 of 1

How to remove All Deferred mails in Postfix queue - Tip

Posted: Wed Jan 06, 2021 3:57 am
by marianoq
To delete / remove all emails in your Postfix queue, go through steps:
  • Login to server as root
  • Run following command

Code: Select all

postsuper -d ALL deferred
If you have any issue post it!