diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-12-28 19:40:27 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-12-28 19:40:27 +0000 |
commit | dfe5a490701f3662fdd1f1e1503a4fad81fca922 (patch) | |
tree | b418420346b87f8d29001d7766e5adcb33c514c7 /logcheck | |
parent | 2a4512ee828bc148f3532c9a0dc4813aeabf9d7d (diff) |
Correct postfix TLS line (forgot to escape a pair of parens).
Diffstat (limited to 'logcheck')
-rw-r--r-- | logcheck/ignore.d.server/local | 2 | ||||
-rw-r--r-- | logcheck/ignore.d.server/postfix | 2 | ||||
-rw-r--r-- | logcheck/ignore.d.workstation/local | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/logcheck/ignore.d.server/local b/logcheck/ignore.d.server/local index fb59b42..340becd 100644 --- a/logcheck/ignore.d.server/local +++ b/logcheck/ignore.d.server/local @@ -220,7 +220,7 @@ postfix/smtp\[[0-9]+\]: warning: no MX host for [^[:space:]]+ has a valid A reco postfix/smtpd?\[[0-9]+\]: warning: (numeric|malformed) domain name in resource data of MX record for [^[:space:]]+: [^[:space:]]*$ postfix/smtpd?\[[0-9]+\]: warning: valid_hostname: (empty hostname|invalid character [0-9]+\(decimal\): [^[:space:]]+)$ postfix/smtpd\[[0-9]+\]: (lost connection|timeout) after [^ ]+ from [^[:space:]]+\[[\.0-9]+\]$ -postfix/smtpd\[[0-9]+\]: TLS connection established from [^[:space:]]+: TLSv1 with cipher [^[:space:]]+ ([0-9/]+ bits) +postfix/smtpd\[[0-9]+\]: TLS connection established from [^[:space:]]+: TLSv1 with cipher [^[:space:]]+ \([0-9/]+ bits\) postfix/smtpd\[[0-9]+\]: warning: Illegal address syntax from [^[:space:]\[]+\[[\.0-9]+\] in MAIL command: <[^[:space:]>]+>$ postfix/smtpd\[[0-9]+\]: warning: [^[:space:]]+ sent (message header|mail content) instead of SMTP command: postfix/smtpd\[[0-9]+\]: warning: [^[:space:]]+: address not listed for hostname [^[:space:]]+$ diff --git a/logcheck/ignore.d.server/postfix b/logcheck/ignore.d.server/postfix index 0bec612..dddac6b 100644 --- a/logcheck/ignore.d.server/postfix +++ b/logcheck/ignore.d.server/postfix @@ -13,7 +13,7 @@ postfix/smtp\[[0-9]+\]: warning: no MX host for [^[:space:]]+ has a valid A reco postfix/smtpd?\[[0-9]+\]: warning: (numeric|malformed) domain name in resource data of MX record for [^[:space:]]+: [^[:space:]]*$ postfix/smtpd?\[[0-9]+\]: warning: valid_hostname: (empty hostname|invalid character [0-9]+\(decimal\): [^[:space:]]+)$ postfix/smtpd\[[0-9]+\]: (lost connection|timeout) after [^ ]+ from [^[:space:]]+\[[\.0-9]+\]$ -postfix/smtpd\[[0-9]+\]: TLS connection established from [^[:space:]]+: TLSv1 with cipher [^[:space:]]+ ([0-9/]+ bits) +postfix/smtpd\[[0-9]+\]: TLS connection established from [^[:space:]]+: TLSv1 with cipher [^[:space:]]+ \([0-9/]+ bits\) postfix/smtpd\[[0-9]+\]: warning: Illegal address syntax from [^[:space:]\[]+\[[\.0-9]+\] in MAIL command: <[^[:space:]>]+>$ postfix/smtpd\[[0-9]+\]: warning: [^[:space:]]+ sent (message header|mail content) instead of SMTP command: postfix/smtpd\[[0-9]+\]: warning: [^[:space:]]+: address not listed for hostname [^[:space:]]+$ diff --git a/logcheck/ignore.d.workstation/local b/logcheck/ignore.d.workstation/local index d03a840..290cd44 100644 --- a/logcheck/ignore.d.workstation/local +++ b/logcheck/ignore.d.workstation/local @@ -220,7 +220,7 @@ postfix/smtp\[[0-9]+\]: warning: no MX host for [^[:space:]]+ has a valid A reco postfix/smtpd?\[[0-9]+\]: warning: (numeric|malformed) domain name in resource data of MX record for [^[:space:]]+: [^[:space:]]*$ postfix/smtpd?\[[0-9]+\]: warning: valid_hostname: (empty hostname|invalid character [0-9]+\(decimal\): [^[:space:]]+)$ postfix/smtpd\[[0-9]+\]: (lost connection|timeout) after [^ ]+ from [^[:space:]]+\[[\.0-9]+\]$ -postfix/smtpd\[[0-9]+\]: TLS connection established from [^[:space:]]+: TLSv1 with cipher [^[:space:]]+ ([0-9/]+ bits) +postfix/smtpd\[[0-9]+\]: TLS connection established from [^[:space:]]+: TLSv1 with cipher [^[:space:]]+ \([0-9/]+ bits\) postfix/smtpd\[[0-9]+\]: warning: Illegal address syntax from [^[:space:]\[]+\[[\.0-9]+\] in MAIL command: <[^[:space:]>]+>$ postfix/smtpd\[[0-9]+\]: warning: [^[:space:]]+ sent (message header|mail content) instead of SMTP command: postfix/smtpd\[[0-9]+\]: warning: [^[:space:]]+: address not listed for hostname [^[:space:]]+$ |