mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 22:34:05 -07:00
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:
parent
d08ee4b8c6
commit
f332dee169
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ begin transports
|
||||||
##########################################################################
|
##########################################################################
|
||||||
remote_smtp:
|
remote_smtp:
|
||||||
driver = smtp
|
driver = smtp
|
||||||
#helo_data = $sender_address_domain
|
helo_data = $sender_address_domain
|
||||||
dkim_domain = DKIM_DOMAIN
|
dkim_domain = DKIM_DOMAIN
|
||||||
dkim_selector = mail
|
dkim_selector = mail
|
||||||
dkim_private_key = DKIM_PRIVATE_KEY
|
dkim_private_key = DKIM_PRIVATE_KEY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue