From 26edc2db034e4228800930addc07d0ede28c7dd8 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 11 Jan 2021 13:43:57 +0100 Subject: [PATCH] ignore more 'non-SMTP command' warnings --- roles/journalwatch/templates/patterns | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/journalwatch/templates/patterns b/roles/journalwatch/templates/patterns index 0771002..7701447 100644 --- a/roles/journalwatch/templates/patterns +++ b/roles/journalwatch/templates/patterns @@ -64,7 +64,7 @@ SYSLOG_IDENTIFIER = su _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|PLAIN) authentication failed:.* -warning: non-SMTP command from \w+\[[\da-fA-F.:]+\]: .* +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 \d\d\d ms -- 2.30.2