Browse Source

Merge pull request #572 from cmstew/cmstew-exim-helo-ehlo-patch

Comply with HELO/EHLO standards
Kristan Kenney 6 years ago
parent
commit
a1cda472cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/deb/exim/exim4.conf.template

+ 1 - 1
install/deb/exim/exim4.conf.template

@@ -324,7 +324,7 @@ begin transports
 
 remote_smtp:
   driver = smtp
-  helo_data = ${sender_address_domain}
+  helo_data = ${primary_hostname}
   dkim_domain = DKIM_DOMAIN
   dkim_selector = mail
   dkim_private_key = DKIM_PRIVATE_KEY