fix(configs): fix postfix server protocol list

This commit is contained in:
Asif Bacchus 2021-05-13 15:58:18 -06:00
parent 7e9afbe2bc
commit 3d50335227
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ relayhost = [{SMARTHOST}]:{SMARTHOST_PORT}
#smtpd_tls_chain_files = /certs/privkey.pem, /certs/fullchain.pem
#smtpd_tls_mandatory_ciphers = high
#smtpd_tls_mandatory_exclude_ciphers = aNULL, MD5
#smtpd_tls_mandatory_protocols = >=TLSv1.2
#smtpd_tls_mandatory_protocols = >=TLSv1.2, <=TLSv1.3
#smtpd_tls_security_level = {LOCAL_ENCRYPTION}
smtp_tls_security_level = {SMARTHOST_ENCRYPTION}