From 93082ead79e87c0e935ad34735612afd928fb1f4 Mon Sep 17 00:00:00 2001 From: Vincent Laffargue Date: Sun, 10 Mar 2024 10:10:03 +0100 Subject: [PATCH 1/2] Change journalmatch postfix --- config/filter.d/postfix.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/postfix.conf b/config/filter.d/postfix.conf index b88faf7b..ab9d47c5 100644 --- a/config/filter.d/postfix.conf +++ b/config/filter.d/postfix.conf @@ -76,6 +76,6 @@ ignoreregex = [Init] -journalmatch = _SYSTEMD_UNIT=postfix.service +journalmatch = _SYSTEMD_UNIT=postfix@-.service # Author: Cyril Jaquier From d260ed31d2f39480929c2d8502f070eeb4480e2d Mon Sep 17 00:00:00 2001 From: Vincent Laffargue Date: Tue, 12 Mar 2024 04:42:36 +0100 Subject: [PATCH 2/2] Maintain backward compatibility Postfix SYSTEMD_UNIT --- config/filter.d/postfix.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filter.d/postfix.conf b/config/filter.d/postfix.conf index ab9d47c5..1e9e06f0 100644 --- a/config/filter.d/postfix.conf +++ b/config/filter.d/postfix.conf @@ -76,6 +76,6 @@ ignoreregex = [Init] -journalmatch = _SYSTEMD_UNIT=postfix@-.service +journalmatch = _SYSTEMD_UNIT=postfix.service _SYSTEMD_UNIT=postfix@-.service # Author: Cyril Jaquier