Operating System - Linux
1828366 Members
2913 Online
109976 Solutions
New Discussion

Re: check and delete all postfix queue

 
SOLVED
Go to solution
'chris'
Super Advisor

check and delete all postfix queue

hi

howto check and delete postfix queue ?
I have Debian Sarge Stable and Postfix version 2.1.5

sure, one solution is via webmin, but webmin is not installed.

kind regards
chris
2 REPLIES 2
Stuart Browne
Honored Contributor
Solution

Re: check and delete all postfix queue

'mailq' will still show the contents of the queue (sendmail or postfix), so you can see the contents.

To clear out the queue however, you need to look at the contents of the 'master.cf' to verify the 'queue_directory'.

On my RH box, it defaults to '/var/spool/postfix/'.
One long-haired git at your service...
devzero
New Member

Re: check and delete all postfix queue

This is sooo old of a reply, but
you can use postsuper -d all and that will delete the queue.

-dev@zero