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 | |
parent | 63deec8a3ba77fcabf405d9c30fdd65a8b909526 (diff) |
Named queues: support multiple queue-runners from single daemon
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 9 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 4 |
2 files changed, 12 insertions, 1 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. diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index c1e139e35..adad7ec57 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -19,7 +19,9 @@ Version 4.97 5. The smtp transport option "max_rcpt" is now expanded before use. - 6. The tls_eccurve option for OpenSSL now takes a list of group names + 6. The tls_eccurve option for OpenSSL now takes a list of group names. + + 7. Queue runners for several queues can now be started from one daemon. Version 4.96 ------------ |