[Logcheck-commits] r1541 - 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:27:45 UTC 2007
Author: madduck
Date: 2007-05-05 11:27:44 +0000 (Sat, 05 May 2007)
New Revision: 1541
Modified:
logcheck/trunk/debian/changelog
logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
Log:
- filter certificate warnings for smtp and smtpd.
Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog 2007-05-05 11:05:46 UTC (rev 1540)
+++ logcheck/trunk/debian/changelog 2007-05-05 11:27:44 UTC (rev 1541)
@@ -47,8 +47,9 @@
MX/CNAME records.
- ignore warnings about numeric hostnames by valid_hostname.
- ignore notice about generated sender delivery status notification.
+ - filter certificate warnings for smtp and smtpd.
- -- martin f. krafft <madduck at debian.org> Sat, 05 May 2007 13:02:50 +0200
+ -- martin f. krafft <madduck at debian.org> Sat, 05 May 2007 13:27:23 +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:05:46 UTC (rev 1540)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/postfix 2007-05-05 11:27:44 UTC (rev 1541)
@@ -88,8 +88,8 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd?\[[0-9]+\]: warning: reply length [0-9]+ > buffer length 4096 for name=[^[:space:]]+ type=[A-Z]+$
# postfix 2.2
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/cleanup\[[[:digit:]]+\]: [[:xdigit:]]+: replace: header [-[:alnum:]]+: .+: [-[:alnum:]]+: .+$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtp\[[[:digit:]]+\]: Peer verification: [[:digit:]]+ dNSNames in certificate found, but no one does match [-_.[:alnum:]]+$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: warning: peer certificate has no subject CN$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd?\[[[:digit:]]+\]: Peer verification: [[:digit:]]+ dNSNames in certificate found, but no one does match [-_.[:alnum:]]+$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd?\[[[:digit:]]+\]: warning: peer certificate has no subject CN$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: warning: non-SMTP command from [^[:space:]]+\[[0-9a-f.:]{3,39}\]: .+$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/local\[[[:digit:]]+\]: warning: perhaps you need to create the maildirs in advance$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/trivial-rewrite\[[[:digit:]]+\]: warning: valid_ipv4_hostaddr: invalid octet count: ?$
More information about the Logcheck-commits
mailing list