summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-07-17 13:53:22 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-07-17 13:57:13 +0100
commitf7ea5ba1049ba2a53b8cb0bf98893bff6c6bc77f (patch)
tree9b132d2b5daded4801996a38451b6ab507776598
parentc968a17cc6bf4db85039dbc855d9d3901b0e1c9b (diff)
downloadexim4-f7ea5ba1049ba2a53b8cb0bf98893bff6c6bc77f.tar.gz
Remove the must-helo check from the example config
given that there is now a default-set option and hard code (2f8e0a5f6b)
-rw-r--r--src/src/configure.default5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/src/configure.default b/src/src/configure.default
index 87f255aa9..fd27d6b45 100644
--- a/src/src/configure.default
+++ b/src/src/configure.default
@@ -504,11 +504,6 @@ acl_check_rcpt:
control = submission
control = dkim_disable_verify
- # Insist that a HELO/EHLO was accepted.
-
- require message = nice hosts say HELO first
- condition = ${if def:sender_helo_name}
-
# Insist that any other recipient address that we accept is either in one of
# our local domains, or is in a domain for which we explicitly allow
# relaying. Any other domain is rejected as being unacceptable for relaying.