From c961b2ea2092aa70e9bf7661c74b4b2f4a9658c6 Mon Sep 17 00:00:00 2001
From: CdRom1 <r.maliach@live.fr>
Date: Sun, 28 Oct 2018 10:37:39 +0100
Subject: [PATCH] =?UTF-8?q?entrypoint2:=20d=C3=A9sactivation=20des=20restr?=
 =?UTF-8?q?ictions=20sur=20le=20helo?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pica-mail-mta/test-auth_local_user/entrypoint2.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pica-mail-mta/test-auth_local_user/entrypoint2.sh b/pica-mail-mta/test-auth_local_user/entrypoint2.sh
index 8afdd50a..cff16609 100755
--- a/pica-mail-mta/test-auth_local_user/entrypoint2.sh
+++ b/pica-mail-mta/test-auth_local_user/entrypoint2.sh
@@ -14,6 +14,8 @@ postconf -e "smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_des
 
 #désactivation de la blacklist de clients à des fins de debug (elle rejette les clients en local)
 postconf -e "smtpd_client_restrictions = "
+#désactivation des restrictions sur le helo
+postconf -e "smtpd_helo_restrictions = "
 
  #configuration du local delivery agent sous la forme du serveur lmtp de dovecot connecté par socket ip (inet)
  postconf -e "virtual_transport = lmtp:inet:${LMTP_LAN_HOSTNAME}:${LMTP_PORT}"
-- 
GitLab