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 <localhost>: Helo command rejected: need fully-qualified hostname"
This commit is contained in:
ORiON 2014-03-30 19:05:22 +03:00
commit f332dee169

View file

@ -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