Yes, I guess so. Just don't know if that is the queue of emails going out of the server or is it the queue of emails waiting to be checked by me?
Btw, the command of check the number of messages waiting to be sent on the server is:
/var/qmail/bin/qmail-qstat
How to force qmail to process all messages in queue immediately?
If you send ALRM signal to the qmail-send process, Qmail will try to process all messages in queue again immediately.
# ps ax | grep qmail-send
# kill -ALRM
Credit to
http://faq.sw-soft.com/index.php?ToDo=view...tId=93&catId=17