From 5e7a1d73a4c17a2eb7f1eaf5244eb5615cf72931 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 30 Sep 2018 19:41:42 +0200 Subject: [PATCH] journalwatch: postfix --- roles/journalwatch/templates/patterns | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/journalwatch/templates/patterns b/roles/journalwatch/templates/patterns index d45459c..b3c7bfa 100644 --- a/roles/journalwatch/templates/patterns +++ b/roles/journalwatch/templates/patterns @@ -60,11 +60,11 @@ SYSLOG_IDENTIFIER = sudo _SYSTEMD_UNIT = postfix@-.service warning: hostname [^\s]+ does not resolve to address [\da-fA-F.:]+(: Name or service not known)? -warning: [._\w-]+\[[\da-fA-F.:]+\]: SASL LOGIN authentication failed: .+ +warning: [._\w-]+\[[\da-fA-F.:]+\]: SASL LOGIN authentication failed:.* warning: non-SMTP command from \w+\[[\da-fA-F.:]+\]: .* warning: TLS library problem: error:[0-9A-F]+:SSL routines:\w+:(no shared cipher|decryption failed or bad record mac|unknown protocol|version too low):[\w./]+:\d+: {% if journalwatch is defined and journalwatch.postfix_slow | default(False) %} -warning: psc_cache_update: btree:/var/lib/postfix/[a-z_]+ (update|lookup) average delay is [1-5]\d\d ms +warning: psc_cache_update: btree:/var/lib/postfix/[a-z_]+ (update|lookup) average delay is \d\d\d ms {% endif %} _SYSTEMD_UNIT = dovecot.service -- 2.30.2