From: Shannon Sterz <s.sterz@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH installer] install: set postfix config compatibility level to 3.6 to avoid warning
Date: Tue, 5 Aug 2025 11:54:26 +0200 [thread overview]
Message-ID: <20250805095426.91412-1-s.sterz@proxmox.com> (raw)
otherwise postfix will complain about using a backward compatible
config. since we don't seem to use anything that would be problematic
here anyway [1], just bump the version to avoid spamming the logs.
[1]: https://www.postfix.org/COMPATIBILITY_README.html
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
tested this on two nodes by adapting the config there and running
`postfix reload`. setting this to 3.6 meant no more warnings, going back
down to 2 would warn again.
Proxmox/Install.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Proxmox/Install.pm b/Proxmox/Install.pm
index 3159dcc..f40d20d 100644
--- a/Proxmox/Install.pm
+++ b/Proxmox/Install.pm
@@ -42,7 +42,7 @@ mynetworks = 127.0.0.0/8
inet_interfaces = loopback-only
recipient_delimiter = +
-compatibility_level = 2
+compatibility_level = 3.6
_EOD
--
2.47.2
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next reply other threads:[~2025-08-05 9:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-05 9:54 Shannon Sterz [this message]
2025-08-05 10:58 ` Stoiko Ivanov
2025-08-05 18:13 ` [pve-devel] applied: " Thomas Lamprecht
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=20250805095426.91412-1-s.sterz@proxmox.com \
--to=s.sterz@proxmox.com \
--cc=pve-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