diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-02-13 11:34:38 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-02-13 11:34:38 +0000 |
commit | 1e835086d1592bdfbcd8577133965b78470840ac (patch) | |
tree | f59b796ea82b41bfa78a3ee620e877af9fd18b0c /doc/doc-docbook/spec.xfpt | |
parent | 63deec8a3ba77fcabf405d9c30fdd65a8b909526 (diff) |
Named queues: support multiple queue-runners from single daemon
Diffstat (limited to 'doc/doc-docbook/spec.xfpt')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index fd2b47f22..6199b5d89 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -4615,6 +4615,15 @@ combined daemon at system boot time is to use a command such as Such a daemon listens for incoming SMTP calls, and also starts a queue runner process every 30 minutes. +.new +.cindex "named queues" "queue runners" +It is possible to set up runners for multiple named queues within one daemon, +For example: +.code +exim -qGhipri/2m -q10m -qqGmailinglist/1h +.endd +.wen + When a daemon is started by &%-q%& with a time value, but without &%-bd%&, no pid file is written unless one is explicitly requested by the &%-oP%& option. |