Skip to content

Commit f12b4b8

Browse files
authored
Comply with HELO/EHLO standards
The name that a mail server announces in an outgoing email should also match the server it's being sent from and not the domain it's being sent from. Some information on, as well as a way to find out if you have a correctly configured HELO/EHLO can be verified using this link: https://www.abuseat.org/helocheck.html
1 parent 2831de2 commit f12b4b8

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)