Line 29: |
Line 29: |
| You can also control the mail queue using qmHandle at the command prompt with the following parameters: | | You can also control the mail queue using qmHandle at the command prompt with the following parameters: |
| | | |
− | -a : try to send all queued messages now (qmail must be running) | + | -a : try to send all queued messages now (qmail must be running) |
− | -l : list message queues | + | -l : list message queues |
− | -L : list local message queue | + | -L : list local message queue |
− | -R : list remote message queue | + | -R : list remote message queue |
− | -s : show some statistics | + | -s : show some statistics |
− | -vN : display message number N | + | -mN : display message number N |
− | -dN : delete message number N | + | -dN : delete message number N |
− | -Stext : delete all messages that have/contain text as Subject | + | -fsender : delete message from sender |
| + | -f're' : delete message from senders matching regular expression re |
| + | -Stext : delete all messages that have/contain text as Subject |
| + | -h're' : delete all messages with headers matching regular expression re (case insensitive) |
| + | -b're' : delete all messages with body matching regular expression re (case insensitive) |
| + | -H're' : delete all messages with headers matching regular expression re (case sensitive) |
| + | -B're' : delete all messages with body matching regular expression re (case sensitive) |
| + | -t're' : flag messages with recipients in regular expression 're' for earlier retry (note: this lengthens the |
| + | time message can stay in queue) |
| -D : delete all messages in the queue (local & remote) | | -D : delete all messages in the queue (local & remote) |
| -V : print program version | | -V : print program version |
Line 63: |
Line 71: |
| To start | | To start |
| sv u /service/qmail | | sv u /service/qmail |
− |
| |
| | | |
| ===Removal=== | | ===Removal=== |