mail: update smtp_helo_hostname to match rDNS

This commit is contained in:
Rouven Seifert 2023-09-01 10:06:47 +02:00
parent 202381d181
commit b3254db337
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

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