Browse Source

Remove obsolete setting smtpd_use_tls. (#3548)

See http://www.postfix.org/postconf.5.html#smtpd_use_tls. It is
controlled by smtpd_tls_security_level, which is set to may.

Co-authored-by: Florian Lindner <florian.lindner@ipvs.uni-stuttgart.de>
Florian Lindner 5 years ago
parent
commit
4519f460b4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      data/conf/postfix/main.cf

+ 0 - 1
data/conf/postfix/main.cf

@@ -6,7 +6,6 @@ append_dot_mydomain = no
 smtpd_tls_cert_file = /etc/ssl/mail/cert.pem
 smtpd_tls_key_file = /etc/ssl/mail/key.pem
 tls_server_sni_maps = hash:/opt/postfix/conf/sni.map
-smtpd_use_tls = yes
 smtpd_tls_received_header = yes
 smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
 smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache