Remove the must-helo check from the example config
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 17 Jul 2021 12:53:22 +0000 (13:53 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 17 Jul 2021 12:57:13 +0000 (13:57 +0100)
given that there is now a default-set option and hard code (2f8e0a5f6b)

src/src/configure.default

index 87f255aa91fbdd7f6c8c383f633dc5eb04954c62..fd27d6b45cdfe054bb816dd3c2133112f731ad43 100644 (file)
@@ -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.