From: Jeremy Harris Date: Sat, 17 Jul 2021 12:53:22 +0000 (+0100) Subject: Remove the must-helo check from the example config X-Git-Tag: exim-4.95-RC1~14 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/f7ea5ba1049ba2a53b8cb0bf98893bff6c6bc77f Remove the must-helo check from the example config given that there is now a default-set option and hard code (2f8e0a5f6b) --- 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.