Skip to content

Commit 9c8c727

Browse files
author
Kristan Kenney
committed
Correct variable formatting in exim conf
1 parent 0f5e021 commit 9c8c727

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 = mail.$sender_address_domain
327+
helo_data = mail.${sender_address_domain}
328328
dkim_domain = DKIM_DOMAIN
329329
dkim_selector = mail
330330
dkim_private_key = DKIM_PRIVATE_KEY

0 commit comments

Comments
 (0)