From ba35d6b54b561ae677501bf6ec2281783f6c425a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20H=C3=B6sel?= Date: Sun, 18 Aug 2024 03:22:26 +0200 Subject: [PATCH] fix newlines for tls --- templates/main.cf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/main.cf.j2 b/templates/main.cf.j2 index 388a305..6b8cfe5 100644 --- a/templates/main.cf.j2 +++ b/templates/main.cf.j2 @@ -20,6 +20,7 @@ masquerade_domains = {{ postfix_masquerade_domains | join(', ') }} {% if postfix_tls %} smtp_tls_security_level = {% if postfix_tls_verify_cert %}verify{% else %}encrypt{% endif %} + {% if postfix_tls_custom_cafile %} smtp_tls_CAfile = {{ postfix_tls_custom_cafile }} {% else %}