Jul 22, 2003 #1 hganda Technical User Jul 1, 2003 9 US I read that one way to flush the queue is <qmailctl flush>. But I don't have qmailctl. If I want to create it, where and how? Is there other way to flush the queue? Is restarting qmail enough? I don't have /service/qmail-send either.
I read that one way to flush the queue is <qmailctl flush>. But I don't have qmailctl. If I want to create it, where and how? Is there other way to flush the queue? Is restarting qmail enough? I don't have /service/qmail-send either.
Jul 22, 2003 #2 AHinMaine ISP Nov 27, 2002 264 US It should be in /usr/local/bin. If it isn't, then qmail was likely not installed correctly. -- Andy http://www.nachoz.com Upvote 0 Downvote
It should be in /usr/local/bin. If it isn't, then qmail was likely not installed correctly. -- Andy http://www.nachoz.com
Jul 22, 2003 Thread starter #3 hganda Technical User Jul 1, 2003 9 US I do have a qmail-send executable under /var/qmail/bin. So how can I send ALRM signal to qmail-send? under /service directory I only have qmail and smtpfront-qmail. So I am not able to run ./svc -a /service/qmail-send, as many suggested. Upvote 0 Downvote
I do have a qmail-send executable under /var/qmail/bin. So how can I send ALRM signal to qmail-send? under /service directory I only have qmail and smtpfront-qmail. So I am not able to run ./svc -a /service/qmail-send, as many suggested.
Jul 23, 2003 #4 AHinMaine ISP Nov 27, 2002 264 US You still haven't indicated whether you looked in /usr/local/bin -- Andy http://www.nachoz.com Upvote 0 Downvote
Jul 23, 2003 Thread starter #5 hganda Technical User Jul 1, 2003 9 US there's svc and supervise under /usr/local/bin but not qmail or qmail-send Upvote 0 Downvote
Jul 27, 2003 #6 mrnoisy Programmer Mar 1, 2003 78 AU Assuming that your qmail executables are located in /var/qmail/bin, the processes used the flush the queue would be # /var/qmail/bin/qmail-tcpok # svc -a /var/qmail/bin/qmail-send A copy of what the qmailctl file does can be found at http://www.qmailrocks.org/finalize.php Hope this helps Upvote 0 Downvote
Assuming that your qmail executables are located in /var/qmail/bin, the processes used the flush the queue would be # /var/qmail/bin/qmail-tcpok # svc -a /var/qmail/bin/qmail-send A copy of what the qmailctl file does can be found at http://www.qmailrocks.org/finalize.php Hope this helps