On Mon, Apr 02, 2001 at 02:18:39PM +0800, KIM wrote: > > > how to delete queue in qmail? 1. Stop qmail. 2. find /var/qmail/queue/mess -type f | xargs rm -f 3. find /var/qmail/queue/info -type f | xargs rm -f 4. find /var/qmail/queue/local -type f | xargs rm -f 5. find /var/qmail/queue/remote -type f | xargs rm -f 6. Start qmail. /magnus -- http://x42.com/
