mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Unrelevant obsolete config params
This commit is contained in:
parent
3a0104861e
commit
fae6b3f3f4
1 changed files with 0 additions and 6 deletions
|
@ -191,10 +191,4 @@ smtp_sasl_auth_enable = yes
|
||||||
smtp_sasl_security_options = noanonymous
|
smtp_sasl_security_options = noanonymous
|
||||||
# where to find sasl_passwd
|
# where to find sasl_passwd
|
||||||
smtp_sasl_password_maps = hash:/etc/postfix/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 %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue