From 1e835086d1592bdfbcd8577133965b78470840ac Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 13 Feb 2023 11:34:38 +0000 Subject: Named queues: support multiple queue-runners from single daemon --- doc/doc-docbook/spec.xfpt | 9 +++++++++ doc/doc-txt/NewStuff | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'doc') 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 ------------ -- cgit v1.2.1