[Logcheck-commits] r1289 - in logcheck/trunk: debian
rulefiles/linux/ignore.d.server rulefiles/linux/violations.ignore.d
madduck at users.alioth.debian.org
madduck at users.alioth.debian.org
Mon Oct 30 08:48:11 CET 2006
Author: madduck
Date: 2006-10-30 08:48:11 +0100 (Mon, 30 Oct 2006)
New Revision: 1289
Modified:
logcheck/trunk/debian/changelog
logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-postfix
Log:
* ignore.d.server/postfix, violations.ignore.d/logcheck-postfix: ignore
redundant messages about missing maildirs (closes: #354821).
Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog 2006-10-29 07:59:31 UTC (rev 1288)
+++ logcheck/trunk/debian/changelog 2006-10-30 07:48:11 UTC (rev 1289)
@@ -4,8 +4,10 @@
logcheck-database's configuration (closes: #391665).
* ignore.d.server/cron-apt: also ignore Get messages with dots in the
component name (local repos).
+ * ignore.d.server/postfix, violations.ignore.d/logcheck-postfix: ignore
+ redundant messages about missing maildirs (closes: #354821).
- -- martin f. krafft <madduck at debian.org> Sun, 29 Oct 2006 08:58:28 +0100
+ -- martin f. krafft <madduck at debian.org> Mon, 30 Oct 2006 08:47:26 +0100
logcheck (1.2.49) unstable; urgency=low
Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/postfix 2006-10-29 07:59:31 UTC (rev 1288)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/postfix 2006-10-30 07:48:11 UTC (rev 1289)
@@ -83,3 +83,4 @@
^\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:]]+\]: 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$
Modified: logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-postfix
===================================================================
--- logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-postfix 2006-10-29 07:59:31 UTC (rev 1288)
+++ logcheck/trunk/rulefiles/linux/violations.ignore.d/logcheck-postfix 2006-10-30 07:48:11 UTC (rev 1289)
@@ -30,3 +30,4 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/[ls]mtp\[[0-9]+\]: [[:upper:][:digit:]]+: to=<[^[:space:]]+>,( orig_to=<[^[:space:]]+>,)* relay=[^[:space:]]+,( conn_use=[[:digit:]]+,)? delay=[.0-9]+,( delays=[.0-9/]+, dsn=[0-9.]+,)? status=sent \(250 [0-9.]+ Ok((, id=[-0-9]+, from MTA(\([^[:space:]]+\))?: 250 ([0-9.]+ )?Ok: queued as [0-9A-F]+|, discarded, UBE, id=[-0-9]+))*\)$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: warning: [-._[:alnum:]]+\[[.[:digit:]]+\]: SASL (LOGIN|PLAIN|(DIGEST|CRAM)-MD5|APOP) authentication failed:?$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd\[[[:digit:]]+\]: warning: SASL authentication failure: Password verification failed$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/local\[[[:digit:]]+\]: warning: maildir access problem for UID/GID=[[:digit:]]+/[[:digit:]]+: create [/.[:alnum:]]+: Permission denied$
More information about the Logcheck-commits
mailing list