public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH pmg-api] templates: postfix: fix master.cf.in syntax error
Date: Tue,  2 Jan 2024 12:28:16 +0100	[thread overview]
Message-ID: <20240102112816.19825-1-s.ivanov@proxmox.com> (raw)

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





                 reply	other threads:[~2024-01-02 11:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240102112816.19825-1-s.ivanov@proxmox.com \
    --to=s.ivanov@proxmox.com \
    --cc=pmg-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal