mail: update smtp_helo_hostname to match rDNS
This commit is contained in:
parent
202381d181
commit
b3254db337
|
@ -71,6 +71,8 @@ in
|
|||
'';
|
||||
config = {
|
||||
home_mailbox = "Maildir/";
|
||||
# hostname used in helo command. It is recommended to have this match the reverse dns entry
|
||||
smtp_helo_name = "x8d1e1ea9.agdsn.tu-dresden.de";
|
||||
smtp_use_tls = true;
|
||||
# smtp_tls_security_level = "encrypt";
|
||||
smtpd_use_tls = true;
|
||||
|
|
Loading…
Reference in a new issue