From f332dee16915588285f7183a8e440282e1d995ec Mon Sep 17 00:00:00 2001 From: ORiON Date: Sun, 30 Mar 2014 19:05:22 +0300 Subject: [PATCH] fixed 'helo_data' at exim4 config. the line that was in comment cause the sent mails 'helo_data' to be 'localhost'. most mail servers will reject mails with such helo. the reject error is: "504 5.5.2 : Helo command rejected: need fully-qualified hostname" --- install/debian/exim4.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/debian/exim4.conf.template b/install/debian/exim4.conf.template index d33226c97..ca7594370 100644 --- a/install/debian/exim4.conf.template +++ b/install/debian/exim4.conf.template @@ -258,7 +258,7 @@ begin transports ########################################################################## remote_smtp: driver = smtp - #helo_data = $sender_address_domain + helo_data = $sender_address_domain dkim_domain = DKIM_DOMAIN dkim_selector = mail dkim_private_key = DKIM_PRIVATE_KEY