1,075 views

How to empty the qmail queue

To clear *all* messages from the queue, shut down qmail, then:

cd /var/qmail/queue
find intd todo local remote mess info bounce -type f -print |xargs rm

Start qmail back up, and the queue should be empty.

1 Response to “How to empty the qmail queue”


  1. 1 Smoother

    Check your current qmail stats by typing:
    /var/qmail/bin/qmail-qstat

Leave a Reply

Comment moderation is enabled. Your comment may take some time to appear.