If you ever want to send you queued mails quickly you may try this command:
[sourcecode lang=“php“]
kill -ALRM `ps ax | grep qmail-send | grep -v grep | awk ‚{print $1}’`
[/sourcecode]
To check the queue you can use this command:
qmail-qstat
Some code snippets which I need in my daily life
If you ever want to send you queued mails quickly you may try this command:
[sourcecode lang=“php“]
kill -ALRM `ps ax | grep qmail-send | grep -v grep | awk ‚{print $1}’`
[/sourcecode]
To check the queue you can use this command:
qmail-qstat