summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-06-05 15:38:24 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-06-05 15:38:24 +0100
commite3e959c9f04cda38741f78725411f0a4f0bc970e (patch)
treee106a5f5eb648da4047cef204f2adbd30bca6a48 /doc
parentae80738263712ae4f7dcf6a87a99320447537cfb (diff)
downloadexim4-e3e959c9f04cda38741f78725411f0a4f0bc970e.tar.gz
Update option defaults
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-docbook/spec.xfpt4
-rw-r--r--doc/doc-txt/ChangeLog4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 253ee42f9..ba70f6438 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -17289,7 +17289,7 @@ domains that do not match are processed. All other deliveries wait until the
next queue run. See also &%hold_domains%& and &%queue_smtp_domains%&.
-.option queue_fast_ramp main boolean false
+.option queue_fast_ramp main boolean true
.cindex "queue runner" "two phase"
.cindex "queue" "double scanning"
If set to true, two-phase queue runs, initiated using &%-qq%& on the
@@ -17533,7 +17533,7 @@ initial set of recipients. The remote server should then re-send the message
for the remaining recipients at a later time.
-.option remote_max_parallel main integer 2
+.option remote_max_parallel main integer 4
.cindex "delivery" "parallelism for remote"
This option controls parallel delivery of one message to a number of remote
hosts. If the value is less than 2, parallel delivery is disabled, and Exim
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 2ab1af9d4..a67488798 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -8,6 +8,10 @@ SINCE Exim version 4.96
JH/01 The hosts_connection_nolog main option now also controls "no MAIL in
SMTP connection" log lines.
+JH/02 Option default value updates:
+ - queue_fast_ramp (main) true (was false)
+ - remote_max_parallel (main) 4 (was 2)
+
Exim version 4.96
-----------------