December 2004 Archives

qmail queue notes: deleting messages in the queue

| | Comments (0)

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

About this Archive

This page is an archive of entries from December 2004 listed from newest to oldest.

October 2004 is the previous archive.

January 2005 is the next archive.

Find recent content on the main index or look in the archives to find all content.

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

Technorati

Technorati search

» Blogs that link here

Powered by Movable Type 4.21-en