[Logcheck-commits] r1683 - in logcheck/branches/macros: debian rulefiles/linux/ignore.d.server

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Thu Aug 23 10:22:28 UTC 2007


Author: madduck
Date: 2007-08-23 10:22:28 +0000 (Thu, 23 Aug 2007)
New Revision: 1683

Modified:
   logcheck/branches/macros/debian/changelog
   logcheck/branches/macros/rulefiles/linux/ignore.d.server/postfix
Log:
  - ignore peer cert verification warnings when OU is missing.


Modified: logcheck/branches/macros/debian/changelog
===================================================================
--- logcheck/branches/macros/debian/changelog	2007-08-23 10:22:24 UTC (rev 1682)
+++ logcheck/branches/macros/debian/changelog	2007-08-23 10:22:28 UTC (rev 1683)
@@ -38,6 +38,7 @@
     - ignore recipient verification check success messages.
     - ignore timeouts also after END-OF-MESSAGE.
     - ignore timeouts while sending XFORWARD name/address.
+    - ignore peer cert verification warnings when OU is missing.
 
   * ignore.d.server/spamd:
     - ignore more runtime, informational messages.
@@ -82,7 +83,7 @@
   * ignore.d.server/cron-apt:
     - ignore messages from autoclean (closes: #437748).
 
- -- martin f. krafft <madduck at debian.org>  Thu, 23 Aug 2007 11:25:30 +0200
+ -- martin f. krafft <madduck at debian.org>  Thu, 23 Aug 2007 11:26:11 +0200
 
 logcheck (1.2.58) unstable; urgency=low
 

Modified: logcheck/branches/macros/rulefiles/linux/ignore.d.server/postfix
===================================================================
--- logcheck/branches/macros/rulefiles/linux/ignore.d.server/postfix	2007-08-23 10:22:24 UTC (rev 1682)
+++ logcheck/branches/macros/rulefiles/linux/ignore.d.server/postfix	2007-08-23 10:22:28 UTC (rev 1683)
@@ -92,7 +92,7 @@
 # postfix 2.2
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/cleanup\[[[:digit:]]+\]: [[:xdigit:]]+: replace: header [-[:alnum:]]+: .+: [-[:alnum:]]+: .+$
 ^\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: peer certificate has no (subject CN|issuer Organization)$
 ^\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