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 8EF101FF15E for ; Mon, 29 Sep 2025 14:53:32 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 8007711ACB; Mon, 29 Sep 2025 14:53:38 +0200 (CEST) From: Thomas Lamprecht To: pmg-devel@lists.proxmox.com, Stoiko Ivanov Date: Mon, 29 Sep 2025 14:53:18 +0200 Message-ID: <175915039482.3011048.14846828643284025626.b4-ty@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20250926192941.89086-4-s.ivanov@proxmox.com> References: <20250926192941.89086-1-s.ivanov@proxmox.com> <20250926192941.89086-4-s.ivanov@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1759150395813 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.026 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 SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pmg-devel] applied: [PATCH pmg-api v3 1/3] fix #6798: fetchmail: adapt to changed sslproto semantics X-BeenThere: pmg-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Mail Gateway development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pmg-devel-bounces@lists.proxmox.com Sender: "pmg-devel" On Fri, 26 Sep 2025 21:27:10 +0200, Stoiko Ivanov wrote: > fetchmail defaults to verifying certificates since version 6.4.0 > see fetchmail(1) > - sslproto defaults to auto instead of '' > - when sslproto is not '' then implicit/opportunistic TLS (StartTLS) > is tried over the plain-text port > - this results in the current config parsing and writing to always > try a TLS-connection if the server offers starttls > > [...] Applied, thanks! [1/3] fix #6798: fetchmail: adapt to changed sslproto semantics commit: d10204f3896f88ec459bdfb842f6fa0d8d45df56 _______________________________________________ pmg-devel mailing list pmg-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel