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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Mon Aug 13 22:03:38 UTC 2007


Author: madduck
Date: 2007-08-13 22:03:37 +0000 (Mon, 13 Aug 2007)
New Revision: 1630

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
Log:
* ignore.d.server/postfix:
  - ignore warning about not being able to resolve (sender) MX hosts.


Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-08-13 22:03:27 UTC (rev 1629)
+++ logcheck/trunk/debian/changelog	2007-08-13 22:03:37 UTC (rev 1630)
@@ -12,8 +12,11 @@
   * violations.ignore.d/logcheck-postfix:
     - ignore milter-reject virus rejection notices.
 
- -- martin f. krafft <madduck at debian.org>  Mon, 13 Aug 2007 23:20:31 +0200
+  * ignore.d.server/postfix:
+    - ignore warning about not being able to resolve (sender) MX hosts.
 
+ -- martin f. krafft <madduck at debian.org>  Mon, 13 Aug 2007 23:25:23 +0200
+
 logcheck (1.2.59) experimental; urgency=low
 
   * add logtail2

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/postfix
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/postfix	2007-08-13 22:03:27 UTC (rev 1629)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/postfix	2007-08-13 22:03:37 UTC (rev 1630)
@@ -44,6 +44,7 @@
 ^\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/smtpd\[[0-9]+\]: warning: Unable to look up MX host for [._[:alnum:]-]+: Host not found, try again$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: warning: host [^[:space:]]+ greeted me with my own hostname [._[:alnum:]-]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: warning: host [^[:space:]]+ replied to HELO/EHLO with my own hostname [._[:alnum:]-]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/policy-spf\[[0-9]+\]: decided action=DUNNO$




More information about the Logcheck-commits mailing list