Skip to content

Commit a1cda47

Browse files
author
Kristan Kenney
authored
Merge pull request hestiacp#572 from cmstew/cmstew-exim-helo-ehlo-patch
Comply with HELO/EHLO standards
2 parents 80bcec2 + f12b4b8 commit a1cda47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/exim/exim4.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ begin transports
324324

325325
remote_smtp:
326326
driver = smtp
327-
helo_data = ${sender_address_domain}
327+
helo_data = ${primary_hostname}
328328
dkim_domain = DKIM_DOMAIN
329329
dkim_selector = mail
330330
dkim_private_key = DKIM_PRIVATE_KEY

0 commit comments

Comments
 (0)