From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id D91281FF183 for ; Wed, 24 Sep 2025 13:33:17 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 1D8C23213; Wed, 24 Sep 2025 13:33:49 +0200 (CEST) From: Stoiko Ivanov To: pmg-devel@lists.proxmox.com Date: Wed, 24 Sep 2025 13:32:28 +0200 Message-ID: <20250924113247.50931-1-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1758713578167 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.072 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 URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [fetchmail.pm] Subject: [pmg-devel] [PATCH pmg-api/package-rebuilds] improve fetchmail handling in PMG 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" the following patch series is the results of looking a bit into our fetchmail handling - and seeing that non-TLS imap/pop3 accounts were probably not really working since buster see #6798 for a report pointing to this. the patch for the fetchmail.service file (package-rebuilds) is the result of actually running fetchmail with some accounts configured while debugging. all has been minimally tested on a fresh VM, with an old dovecot vm I had lying around as IMAP server (seems the default config of dovecot for a rather long while is to disable login over plain-text channels, which surprised me while debugging). pmg-api: Stoiko Ivanov (2): fix #6798: fetchmail: adapt to changed sslproto semantics templates: fetchmail: add comment where users can manual accounts src/PMG/Fetchmail.pm | 13 ++++++++++++- src/templates/fetchmailrc.tt | 3 +++ 2 files changed, 15 insertions(+), 1 deletion(-) package-rebuilds: Stoiko Ivanov (1): fetchmail: improve shipped service file pkgs/fetchmail/fetchmail-6.4.39/debian/fetchmail.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.47.3 _______________________________________________ pmg-devel mailing list pmg-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel