« Virtual PC 7 for OS X/Mac | Main | BTW, the iPod Shuffle Kicks @ss and so does the Mac mini »

qmail queue notes: deleting messages in the queue

Something I needed to do due to problems - delete messages in the queue:

/usr/local/sbin/qmail stop
find /var/qmail/queue/mess -type f -exec rm {} \;
find /var/qmail/queue/info -type f -exec rm {} \;
find /var/qmail/queue/local -type f -exec rm {} \;
find /var/qmail/queue/intd -type f -exec rm {} \;
find /var/qmail/queue/todo -type f -exec rm {} \;
find /var/qmail/queue/remote -type f -exec rm {} \;
/usr/local/sbin/qmail start

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About

This page contains a single entry from the blog posted on December 17, 2004 10:19 AM.

The previous post in this blog was Virtual PC 7 for OS X/Mac.

The next post in this blog is BTW, the iPod Shuffle Kicks @ss and so does the Mac mini.

Many more can be found on the main index page or by looking through the archives.

Creative Commons License
This weblog is licensed under a Creative Commons License.