From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id D4ADA1FF16F for ; Tue, 5 Aug 2025 12:57:36 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id AC914CEE5; Tue, 5 Aug 2025 12:59:06 +0200 (CEST) Date: Tue, 5 Aug 2025 12:58:32 +0200 From: Stoiko Ivanov To: Shannon Sterz Message-ID: <20250805125832.1a35de75@rosa.proxmox.com> In-Reply-To: <20250805095426.91412-1-s.sterz@proxmox.com> References: <20250805095426.91412-1-s.sterz@proxmox.com> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1754391493251 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.066 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [install.pm, postfix.org, proxmox.com] Subject: Re: [pve-devel] [PATCH installer] install: set postfix config compatibility level to 3.6 to avoid warning X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Cc: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Thanks for taking a look at this! Put shortly don't see anything that should break with the updated compatibility_level for all our products apart from PMG (see below): Reviewed-by: Stoiko Ivanov For PMG it should work fine as well (mostly as a note to self for the upcoming PMG 9.0): I quickly checked our use of the affected config-options in the PMG config templates - and the only things that might cause issues with PMG were: * respectful_logging=yes (because of the log-tracker, but that seems a non-issue from a quick grep there, and if not we need to fix it up there anyways) * xxx_security_level (client-side TLS) - currently this would change the behavior of the TLS Settings - but if this should be problematic for any deployment (where they need to actively disable outbound opportunistic TLS) - I'd rather adapt our config with a new setting to explicitly disable it. On Tue, 5 Aug 2025 11:54:26 +0200 Shannon Sterz wrote: > 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 > --- > > 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 > > _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel