This is what I do to clean the queue:

find /var/qmail/queue -type f -name '[0-9]*' -exec touch -d 19900101 '{}'
';'

Then, if I'm in a hurry, I

kill -ALRM

then qmail-send process. This is safe to do with qmail running, AFAIK.

-o-o-

Reply via email to