From 763115b1eb5009189819c57dbe97e127f93f4656 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Mon, 11 Aug 2014 21:54:27 +0200 Subject: [PATCH] added systemd configuration for postfix-sasl.conf --- config/filter.d/postfix-sasl.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/filter.d/postfix-sasl.conf b/config/filter.d/postfix-sasl.conf index d232f86e..c5f8e3bc 100644 --- a/config/filter.d/postfix-sasl.conf +++ b/config/filter.d/postfix-sasl.conf @@ -11,4 +11,9 @@ _daemon = postfix/smtpd failregex = ^%(__prefix_line)swarning: [-._\w]+\[\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed(: [ A-Za-z0-9+/]*={0,2})?\s*$ +[Init] + +journalmatch = _SYSTEMD_UNIT=postfix.service + + # Author: Yaroslav Halchenko