From 05ab244638ca58d6f456c06f0d2c125b2361cae3 Mon Sep 17 00:00:00 2001 From: Thomas Rehn Date: Sun, 4 Oct 2020 16:36:37 +0200 Subject: [PATCH] Ensure that the rendered file ends with newline in order to make `postconf` work correctly --- core/postfix/conf/main.cf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/postfix/conf/main.cf b/core/postfix/conf/main.cf index 72828ea6..8f35f609 100644 --- a/core/postfix/conf/main.cf +++ b/core/postfix/conf/main.cf @@ -126,3 +126,5 @@ milter_default_action = tempfail ############### # Extra Settings ############### +{# Ensure that the rendered file ends with newline in order to make `postconf` work correctly #} +{{- "\n" }}