On Mon, Feb 05, 2001 at 12:41:20AM +0800, [EMAIL PROTECTED] wrote: > There are so many garbage mails in /var/qmail/queue. Is there a good and simple way >to delete all mails in the queue? Can I use OS commands as "mv" or "rm" ? Sure. Here they are: 1. # Stop qmail 2. # rm -rf /var/qmail/queue 3. # cd qmail-sources 4. # make setup check 5. # Start qmail Regards.
