From c2e9f9356e236f66c598d027673785fc8bcc1440 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 22 Jul 2018 10:10:02 +0200 Subject: [PATCH] some machines are so slow, postfix often complains --- roles/journalwatch/templates/patterns | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/journalwatch/templates/patterns b/roles/journalwatch/templates/patterns index 5a94891..6b7acb2 100644 --- a/roles/journalwatch/templates/patterns +++ b/roles/journalwatch/templates/patterns @@ -63,6 +63,9 @@ warning: hostname [^\s]+ does not resolve to address [\da-fA-F.:]+(: Name or ser 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 average delay is 1\d\d ms +{% endif %} _SYSTEMD_UNIT = dovecot.service auth: Warning: auth client \d+ disconnected with \d+ pending requests: (EOF|Connection reset by peer) -- 2.30.2