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 49FFC1FF391 for ; Wed, 12 Jun 2024 19:10:26 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 6E04E15413; Wed, 12 Jun 2024 19:11:03 +0200 (CEST) From: Stoiko Ivanov To: pmg-devel@lists.proxmox.com Date: Wed, 12 Jun 2024 19:10:18 +0200 Message-Id: <20240612171018.18240-3-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240612171018.18240-1-s.ivanov@proxmox.com> References: <20240612171018.18240-1-s.ivanov@proxmox.com> MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.080 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 T_SCC_BODY_TEXT_LINE -0.01 - URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [dpkg.org] Subject: [pmg-devel] [PATCH spamassassin 1/1] d/triggers: add trigger to restart pmg services 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" currently an update to SpamAssassin does not reload the relevant services in pmg (mostly pmg-smtp-filter and the api-daemons, but through transitive use statements most others also pull in some part of SpamAssassin) This patch simply adds a new trigger [0,1] to reload all services, as is already done for updates of pve-common). [0] https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/doc/spec/triggers.txt [1] https://manpages.debian.org/bookworm/dpkg-dev/deb-triggers.5.en.html Signed-off-by: Stoiko Ivanov --- debian/triggers | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/triggers diff --git a/debian/triggers b/debian/triggers new file mode 100644 index 0000000..bd449c4 --- /dev/null +++ b/debian/triggers @@ -0,0 +1 @@ +activate-noawait pmg-sa-updates -- 2.39.2 _______________________________________________ pmg-devel mailing list pmg-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel