Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Sep 102011
 

Remove all queued message in Postfix

Answer:

To remove queued message in your Postfix server, you should always check the queue listing first.

When you have confirmed, then you can do

1. Remove specific message based on Queue ID (You can find the ID via postqueue command)

# sudo postsuper -d Queue_ID

2. Remove all messages

# sudo postsuper -d ALL

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>