all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pmg-devel] [PATCH pmg-api] templates: postfix: fix master.cf.in syntax error
@ 2024-01-02 11:28 Stoiko Ivanov
  0 siblings, 0 replies; only message in thread
From: Stoiko Ivanov @ 2024-01-02 11:28 UTC (permalink / raw)
  To: pmg-devel

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@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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-02 11:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-02 11:28 [pmg-devel] [PATCH pmg-api] templates: postfix: fix master.cf.in syntax error Stoiko Ivanov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal