pavement

Qmail, clearing the queue

From FreeBSDwiki
Revision as of 00:02, 28 May 2006 by 24.168.195.55 (Talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

Personal tools