ignore some common dovecot warnings
[ansible.git] / roles / journalwatch / templates / patterns
index be653661d28dbfef65a5dbf5a229a906abed386c..5d37896a362068990c457dd0220e6651f01658f9 100644 (file)
@@ -62,9 +62,9 @@ SYSLOG_IDENTIFIER = su
 \(to [._\w-]+\) [._\w-]+ on none
 
 _SYSTEMD_UNIT = postfix@-.service
-warning: hostname [^\s]+ does not resolve to address [\da-fA-F.:]+(: Name or service not known)?
+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: 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
@@ -76,6 +76,7 @@ warning: dnsblog_query: lookup error for DNS query .*
 
 _SYSTEMD_UNIT = dovecot.service
 auth: Warning: auth client \d+ disconnected with \d+ pending requests: (EOF|Connection reset by peer)
+auth: Warning: Event 0x[\da-fA-F]+ leaked \(parent=\(nil\)\): auth-client-connection.c:\d+
 
 SYSLOG_IDENTIFIER = sshd
 error: Received disconnect from [\da-fA-F.:]+ port \d+:\d+: .*
@@ -90,4 +91,4 @@ _SYSTEMD_UNIT = opendkim.service
 [A-Z0-9]+: key retrieval failed \(s=[\w._-]+, d=[\w._-]+\)(: '[\w._-]+' record not found)?
 
 _SYSTEMD_SLICE=system-openvpn.slice
-(client/)?[0-9a-f.:]+ (peer info: .*|VERIFY OK: .*|Data Channel Encrypt: .*|Data Channel Decrypt: .*|Control Channel: .*|TLS: .*|\[client\] .*|MULTI(_sva)?: .*|SIGUSR1.*|PUSH: .*|SENT CONTROL \[client\]: .*)
+(client/)?[0-9a-f.:]+ (peer info: .*|VERIFY OK: .*|Outgoing Data Channel: .*|Incoming Data Channel: .*|Control Channel: .*|TLS: .*|\[client\] .*|MULTI(_sva)?: .*|SIGUSR1.*|PUSH: .*|SENT CONTROL \[client\]: .*)