fix(config): typo in smtpd param

This commit is contained in:
Asif Bacchus 2021-05-13 14:09:23 -06:00
parent 720d110135
commit 6c74ebed2c

View File

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