[Logcheck-commits] r1542 - in logcheck/trunk: debian
rulefiles/linux/ignore.d.server
madduck at users.alioth.debian.org
madduck at users.alioth.debian.org
Sat May 5 11:30:20 UTC 2007
Author: madduck
Date: 2007-05-05 11:30:20 +0000 (Sat, 05 May 2007)
New Revision: 1542
Modified:
logcheck/trunk/debian/changelog
logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
Log:
- ignore warnings about timed out conversations.
Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog 2007-05-05 11:27:44 UTC (rev 1541)
+++ logcheck/trunk/debian/changelog 2007-05-05 11:30:20 UTC (rev 1542)
@@ -48,8 +48,9 @@
- ignore warnings about numeric hostnames by valid_hostname.
- ignore notice about generated sender delivery status notification.
- filter certificate warnings for smtp and smtpd.
+ - ignore warnings about timed out conversations.
- -- martin f. krafft <madduck at debian.org> Sat, 05 May 2007 13:27:23 +0200
+ -- martin f. krafft <madduck at debian.org> Sat, 05 May 2007 13:30:04 +0200
logcheck (1.2.55) unstable; urgency=low
Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/postfix 2007-05-05 11:27:44 UTC (rev 1541)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/postfix 2007-05-05 11:30:20 UTC (rev 1542)
@@ -31,7 +31,7 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: connect to [^[:space:]]+ Network is unreachable \(port 25\)$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: connect to [^[:space:]]+ server refused mail service \(port 25\)$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: connect to [^[:space:]]+ ?\[[0-9a-f.:]{3,39}\]: read timeout \(port 25\)$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [[:upper:]0-9]+: conversation with [._[:alnum:]-]+\[[0-9a-f.:]{3,39}\] timed out while receiving the initial server greeting$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [[:upper:]0-9]+: conversation with [._[:alnum:]-]+\[[0-9a-f.:]{3,39}\] timed out while (receiving the initial server greeting|sending [[:alnum:]]+( [[:alnum:]]+)?|sending end of data -- message may be sent more than once)$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/bounce\[[0-9]+\]: [[:upper:]0-9]+: sender (non-delivery|delivery status) notification: [[:upper:]0-9]+$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/postsuper\[[0-9]+\]: Deleted: [[:digit:]]+ messages?$
# Postfix 2.1
More information about the Logcheck-commits
mailing list