From be4a65c4ab9aca57d7613da575f1510ec1057fd6 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 7 Jan 2025 10:56:37 +0100 Subject: [PATCH] journalwatch: ignore more postfix errors --- 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 2079292..a8aca94 100644 --- a/roles/journalwatch/templates/patterns +++ b/roles/journalwatch/templates/patterns @@ -66,7 +66,7 @@ _SYSTEMD_UNIT = postfix@-.service warning: hostname [\w._-]+ does not resolve to address [\da-fA-F.:]+(: .*)? warning: [._\w-]+\[[\da-fA-F.:]+\]: SASL (LOGIN|PLAIN) authentication failed:.* warning: non-SMTP command from [._\w-]+\[[\da-fA-F.:]+\]: .* -warning: TLS library problem: error:[0-9A-F]+:SSL routines:\w+:.* +warning: TLS library problem: error:[0-9A-F]+:SSL routines:\w*:.* warning: dnsblog reply timeout \d+s for .* warning: dnsblog_query: lookup error for DNS query .*: Host or domain name not found. Name service error .* warning: ciphertext read/write timeout for \[[\da-fA-F.:]+\]:\d+ -- 2.39.5