[Logcheck-commits] martin f. krafft: i.d.s/postfix: ignore notice about verified TLS connections.

Martin F. Krafft madduck at alioth.debian.org
Mon Oct 4 18:18:18 UTC 2010


Module: logcheck
Branch: master
Commit: a3f215c92d290f017b58ce25c9664d45bf96f392
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=a3f215c92d290f017b58ce25c9664d45bf96f392

Author: martin f. krafft <madduck at debian.org>
Date:   Mon Oct  4 20:18:00 2010 +0200

i.d.s/postfix: ignore notice about verified TLS connections.

Signed-off-by: martin f. krafft <madduck at debian.org>

---

 debian/changelog                        |    7 +++++++
 rulefiles/linux/ignore.d.server/postfix |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3d13088..955d59d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+logcheck (1.3.14) unstable; urgency=low
+
+  * ignore.d.server/postfix:
+    - ignore notice about verified TLS connections.
+
+ -- martin f. krafft <madduck at debian.org>  Mon, 04 Oct 2010 20:17:09 +0200
+
 logcheck (1.3.13) unstable; urgency=low
 
   * ignore.d.server/pure-ftpd:
diff --git a/rulefiles/linux/ignore.d.server/postfix b/rulefiles/linux/ignore.d.server/postfix
index 8a5ff7b..c8b647a 100644
--- a/rulefiles/linux/ignore.d.server/postfix
+++ b/rulefiles/linux/ignore.d.server/postfix
@@ -59,7 +59,7 @@
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtp\[[[:digit:]]+\]: warning: host [^[:space:]]+ replied to HELO/EHLO with my own hostname [._[:alnum:]-]+$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtp\[[[:digit:]]+\]: warning: mailer loop: best MX for [^[:space:]]+ is local$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtp\[[[:digit:]]+\]: warning: no MX host for [^[:space:]]+ has a valid (A|address) record$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd?\[[[:digit:]]+\]: ((Anonymous|Trusted) )?TLS connection established (to|from) [^[:space:]]+: (TLSv1|SSLv[23]) with cipher [^[:space:]]+ \([/[:digit:]]+ bits\)$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd?\[[[:digit:]]+\]: ((Anonymous|Trusted|Verified) )?TLS connection established (to|from) [^[:space:]]+: (TLSv1|SSLv[23]) with cipher [^[:space:]]+ \([/[:digit:]]+ bits\)$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd?\[[[:digit:]]+\]: (Peer|Server) certificate could not be verified$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd?\[[[:digit:]]+\]: Unverified: subject_CN=.*$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ postfix/smtpd?\[[[:digit:]]+\]: Verified: subject_CN=.*, issuer=.*$




More information about the Logcheck-commits mailing list