Managing Postfix Mail Queue

Mindwatering Incorporated

Author: Nicki Black

Created: 01/19/2009 at 10:46 PM

 

Category:
OS X Configuration
Mail Service

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

×