From e3f20c18e03965f760a9f3da58b23d4bd1950aaf Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Sat, 19 Nov 2022 17:57:25 +0200 Subject: [PATCH] fix template --- templates/env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/env.j2 b/templates/env.j2 index 52e9f1d..7fa128c 100644 --- a/templates/env.j2 +++ b/templates/env.j2 @@ -78,7 +78,7 @@ SMTP_DELIVERY_METHOD={{ smtp_delivery_method }} {% if smtp_auth_method %} SMTP_AUTH_METHOD={{ smtp_auth_method }} {% endif %} -{% smtp_ca_file %} +{% if smtp_ca_file is defined %} SMTP_CA_FILE={{ smtp_ca_file }} {% endif %} {% if smtp_openssl_verify_mode %}