clifford thurber <[EMAIL PROTECTED]> wrote:

>I have a user who is spamming. Is there a way to stop qmail

# qmail stop (LWQ)

# killall qmail-send (Linux, IRIX, *not* Solaris)

# ps -ef|grep qmail-send
# kill [PID of qmail-send]

>and delete
>everything from the queue?

# find /var/qmail/queue -type f -exec rm {} \;

-Dave

Reply via email to