From 8a4b96d06d925927ca607660a98e7e4bb51158e1 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Fri, 1 Mar 2024 12:32:53 +0000 Subject: [PATCH] sendmail: Fix EHLO message address --- roles/sendmail/templates/sendmail.mc.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/sendmail/templates/sendmail.mc.j2 b/roles/sendmail/templates/sendmail.mc.j2 index c0d9b08..2662045 100644 --- a/roles/sendmail/templates/sendmail.mc.j2 +++ b/roles/sendmail/templates/sendmail.mc.j2 @@ -60,6 +60,7 @@ FEATURE(`accept_unresolvable_domains')dnl dnl # define(`confMATCH_GECOS')dnl define(`confDOMAIN_NAME', `{{ mail_domain }}')dnl +define(`confHELO_NAME', `mail.{{ mail_domain }}')dnl define(`confDONT_BLAME_SENDMAIL', `GroupWritableDirpathSafe,GroupWritableIncludeFile,GroupWritableIncludeFileSafe')dnl dnl # MAIL_FILTER(`grossd', `S=inet:5523@localhost, T=C:10m;R:5m')