From: Matthijs Kooijman Date: Thu, 31 May 2012 20:32:39 +0000 (+0200) Subject: logcheck: Add some more dovecot ignore patterns. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=refs%2Fheads%2Flog logcheck: Add some more dovecot ignore patterns. --- diff --git a/etc/localtime b/etc/localtime deleted file mode 120000 index 0639c90..0000000 --- a/etc/localtime +++ /dev/null @@ -1 +0,0 @@ -/usr/share/zoneinfo/Europe/Amsterdam \ No newline at end of file diff --git a/etc/localtime b/etc/localtime new file mode 100644 index 0000000..30ca324 Binary files /dev/null and b/etc/localtime differ diff --git a/etc/logcheck/ignore.d.server/000-local-dovecot b/etc/logcheck/ignore.d.server/000-local-dovecot index ddb605a..0c6615a 100644 --- a/etc/logcheck/ignore.d.server/000-local-dovecot +++ b/etc/logcheck/ignore.d.server/000-local-dovecot @@ -1,4 +1,5 @@ -dovecot: deliver\([-a-z]*\): sieve: msgid=[^:]*: stored mail into mailbox '[^']*'$ +dovecot: deliver\([-a-z]*\): sieve: msgid=.*: stored mail into mailbox '[^']*'$ +dovecot: deliver\([-a-z]*\): msgid=[^:]*: saved mail to .*$ dovecot-auth: pam_unix\(dovecot:session\): session opened for user [-a-z]* by \(uid=0\)$ dovecot-auth: pam_unix\(dovecot:session\): session opened for user [-a-z]*$ dovecot-auth: pam_unix\(dovecot:session\): session closed for user [-a-z]*$ @@ -7,3 +8,6 @@ dovecot: IMAP\([-a-z]*\): Connection closed: Connection reset by peer bytes=[0-9 dovecot: IMAP\([-a-z]*\): Disconnected: Logged out bytes=[0-9/]*$ dovecot: IMAP\([-a-z]*\): Disconnected in IDLE bytes=[0-9/]*$ dovecot: IMAP\([-a-z]*\): Disconnected for inactivity bytes=[0-9/]*$ +dovecot: imap-login: Disconnected (no auth attempts): rip=[0-9.]*, lip=[0-9.]*, TLS$ +dovecot: imap-login: Disconnected \(no auth attempts\): rip=[0-9.]*, lip=[0-9.]*, TLS: Disconnected$ +dovecot: imap-login: Disconnected \(no auth attempts\): rip=[0-9.]*, lip=[0-9.]*, TLS handshaking: Disconnected$