[Logcheck-commits] r1251 - in logcheck/trunk: debian rulefiles/linux/ignore.d.server

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Oct 18 19:58:31 UTC 2006


Author: madduck
Date: 2006-10-18 19:58:31 +0000 (Wed, 18 Oct 2006)
New Revision: 1251

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
Log:
* ignore.d.server/postfix: ignore warning about lost connections any type of
  upper case SMTP command.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-10-18 19:57:30 UTC (rev 1250)
+++ logcheck/trunk/debian/changelog	2006-10-18 19:58:31 UTC (rev 1251)
@@ -3,6 +3,8 @@
   * ignore.d.server/postfix: ignore warning about non-SMTP commands.
   * ignore.d.server/postfix: ignore warning about lost connections after
     initial server greeting.
+  * ignore.d.server/postfix: ignore warning about lost connections any type of
+    upper case SMTP command.
   * ignore.d.server/cron-apt: ignore regular messages about downgrades; they
     are not going to take place anyway, and an error message is emitted
     nevertheless.
@@ -20,7 +22,7 @@
     a NIDS.
   * ignore.d.server/spamc: ignore warning about max message size limitation.
 
- -- martin f. krafft <madduck at debian.org>  Wed, 18 Oct 2006 21:57:13 +0200
+ -- martin f. krafft <madduck at debian.org>  Wed, 18 Oct 2006 21:58:09 +0200
 
 logcheck (1.2.48) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/postfix	2006-10-18 19:57:30 UTC (rev 1250)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/postfix	2006-10-18 19:58:31 UTC (rev 1251)
@@ -36,7 +36,7 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [[:upper:]0-9]+: lost connection with [^[:space:]]+ while sending (MAIL FROM|RCPT TO)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [[:upper:]0-9]+: lost connection with [^[:space:]]+ while receiving the initial (SMTP|server) greeting$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [[:upper:]0-9]+: lost connection with [^[:space:]]+ while sending end of data -- message may be sent more than once$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: lost connection after (AUTH|CONNECT|DATA|EHLO|HELO|MAIL|RCPT|RSET) from [._[:alnum:]-]+\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\]$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: lost connection after [[:upper:]]+ from [._[:alnum:]-]+\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\]$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [[:upper:]0-9]+: host [^[:space:]]+ said: .* \(in reply to (HELO|EHLO|MAIL FROM|RCPT TO|end of DATA) command\)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: warning: no MX host for [^[:space:]]+ has a valid A record$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: warning: host [^[:space:]]+ greeted me with my own hostname [._[:alnum:]-]+$




More information about the Logcheck-commits mailing list