From f7ea5ba1049ba2a53b8cb0bf98893bff6c6bc77f Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 17 Jul 2021 13:53:22 +0100 Subject: [PATCH] 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 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. -- 2.30.2