summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-11-29 11:59:21 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-11-29 16:03:17 +0000
commitc86c97065357b1cca9601246cec74aa364a635f5 (patch)
treeea76e3a5bef8b203a1c001cf05678f6d4182111d /doc
parentf5730918ef684baafbd9e606a1d4eb06914563cc (diff)
downloadexim4-c86c97065357b1cca9601246cec74aa364a635f5.tar.gz
Docs: update note on host_reject_connection
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-docbook/spec.xfpt7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index e7228c1ab..5b3436f74 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -16189,9 +16189,12 @@ case. That is why the default tries a DNS lookup first.
.cindex "host" "rejecting connections from"
If this option is set, incoming SMTP calls from the hosts listed are rejected
as soon as the connection is made.
-This option is obsolete, and retained only for backward compatibility, because
+This option is mostly obsolete, retained for backward compatibility because
nowadays the ACL specified by &%acl_smtp_connect%& can also reject incoming
-connections immediately.
+connections immediately
+.new
+(except for tls-on-connect connections).
+.wen
The ability to give an immediate rejection (either by this option or using an
ACL) is provided for use in unusual cases. Many hosts will just try again,