fix template

This commit is contained in:
Antonio J. Delgado 2022-11-19 17:57:25 +02:00
parent 264ee44f86
commit e3f20c18e0

View file

@ -78,7 +78,7 @@ SMTP_DELIVERY_METHOD={{ smtp_delivery_method }}
{% if smtp_auth_method %} {% if smtp_auth_method %}
SMTP_AUTH_METHOD={{ smtp_auth_method }} SMTP_AUTH_METHOD={{ smtp_auth_method }}
{% endif %} {% endif %}
{% smtp_ca_file %} {% if smtp_ca_file is defined %}
SMTP_CA_FILE={{ smtp_ca_file }} SMTP_CA_FILE={{ smtp_ca_file }}
{% endif %} {% endif %}
{% if smtp_openssl_verify_mode %} {% if smtp_openssl_verify_mode %}