diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-25 19:53:35 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-25 19:56:15 +0100 |
commit | 55e70e76c861b5c45ae93a45d0a5da12aa849999 (patch) | |
tree | a2175dec2319a644bae00731dcf6eefa244574ed /doc/doc-docbook | |
parent | e37f8a84f5374b0d03676a65018b00e972ed47c6 (diff) |
Accept "exim -bp -qGname"
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 50ce06e08..15491c3f1 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -4379,7 +4379,10 @@ relax this restriction (and also the same requirement for the &%-M%&, &%-R%&, and &%-S%& options). .cindex "queue runner" "description of operation" -The &%-q%& option starts one queue runner process. This scans the queue of +.new +If other commandline options do not specify an action, +.wen +the &%-q%& option starts one queue runner process. This scans the queue of waiting messages, and runs a delivery process for each one in turn. It waits for each delivery process to finish before starting the next one. A delivery process may not actually do any deliveries if the retry times for the addresses @@ -4475,6 +4478,15 @@ queue with the given name rather than the default queue. The name should not contain a &'/'& character. For a periodic queue run (see below) append to the name a slash and a time value. + +If other commandline options speicify an action, a &'-qG<name>'& option +will specify a queue to operate on. +For example: +.code +exim -bp -qGquarantine +mailq -qGquarantime +exim -qGoffpeak -Rf @special.domain.example +.endd .wen .vitem &%-q%&<&'qflags'&>&~<&'start&~id'&>&~<&'end&~id'&> |