mail: update smtp_helo_hostname to match rDNS #59

Merged
rouven0 merged 2 commits from postfix-hostname into main 2023-09-01 10:52:23 +02:00
Showing only changes of commit b3254db337 - Show all commits

View file

@ -71,6 +71,8 @@ in
''; '';
config = { config = {
home_mailbox = "Maildir/"; 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_use_tls = true;
# smtp_tls_security_level = "encrypt"; # smtp_tls_security_level = "encrypt";
smtpd_use_tls = true; smtpd_use_tls = true;