Gitweb:
https://git.exim.org/exim.git/commitdiff/f7ea5ba1049ba2a53b8cb0bf98893bff6c6bc77f
Commit: f7ea5ba1049ba2a53b8cb0bf98893bff6c6bc77f
Parent: c968a17cc6bf4db85039dbc855d9d3901b0e1c9b
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Jul 17 13:53:22 2021 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sat Jul 17 13:57:13 2021 +0100
Remove the must-helo check from the example config
given that there is now a default-set option and hard code (2f8e0a5f6b)
---
src/src/configure.default | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/src/configure.default b/src/src/configure.default
index 87f255a..fd27d6b 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.