Hey everyone, I've looked around but can't find any good documentation
on managing the qmail queue in terms of eliminating messages that are
just hanging around in there. If anyone knows of a good link please let
me know, but my questions are these:
- How can I eliminate individual messages from the queue
You can touch the file, giving it an old timestamp. Then send ALRM to qmail-send
- How can I reduce the amount of time the queue allows messages to hang out?
echo <#of seconds> > /var/qmail/control/queuelifetime ; qmailctl hup
- Is there a way to make the queue just bounce/drop messages from certain domains?
You really would do this in badmailfrom.
Regards,
Bill Shupp