[fix] Unrelevant obsolete config params

This commit is contained in:
ljf 2020-04-29 00:53:52 +02:00
parent 3a0104861e
commit fae6b3f3f4

View file

@ -191,10 +191,4 @@ smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
# where to find sasl_passwd
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
{% if relay_port == "587" %}
# Enable STARTTLS encryption
smtp_use_tls = yes
{% endif %}
# where to find CA certificates
smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
{% endif %}