[pmg-devel] [PATCH pmg-api] templates: postfix: fix master.cf.in syntax error

Stoiko Ivanov s.ivanov at proxmox.com
Tue Jan 2 12:28:16 CET 2024


the whitespace for postfix parameters is only allowed in main.cf.in,
not when specifying options as cli-arguments to processes in
master.cf.in

Noticed while rolling out the change on a system which gets more
traffic on the internal port.

Fixes: 4f3c6d958b1711cbf1423f6ee00abb6a5dff59bb
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 src/templates/master.cf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/templates/master.cf.in b/src/templates/master.cf.in
index 674767d..6ad9585 100644
--- a/src/templates/master.cf.in
+++ b/src/templates/master.cf.in
@@ -92,7 +92,7 @@ scan      unix  -       -       n       -       [% pmg.mail.max_filters %]
   -o smtpd_client_restrictions=
   -o smtpd_sender_restrictions=
   -o smtpd_data_restrictions=
-  -o smtpd_forbid_bare_newline = no
+  -o smtpd_forbid_bare_newline=no
 
 [% pmg.mail.ext_port %]       inet  n -       -       -       1 postscreen
 
-- 
2.39.2





More information about the pmg-devel mailing list