View Postfix Queue with:
postqueue -p
Each message has a queue id. Use the id to manage the specific e-mail message.
____________
To remove a dead message:
postsuper -d uniqueid
To delete all mail in queue:
postsuper -d ALL
View the queue to confirm message deleted:
postqueue p
____________
previous page
|