diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-12-28 00:18:11 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-12-28 00:18:11 +0000 |
commit | 406cb66cf0a87480975b89c55f570e42b20d21b2 (patch) | |
tree | 4e664036171b7823e6d89c498554aa1dde426c46 /logcheck/ignore.d.workstation | |
parent | a56cd9aff095c31a59213ab99995adac60921326 (diff) |
First TLS regex for postfix (hooray!).
Diffstat (limited to 'logcheck/ignore.d.workstation')
-rw-r--r-- | logcheck/ignore.d.workstation/local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logcheck/ignore.d.workstation/local b/logcheck/ignore.d.workstation/local index e25e235..d03a840 100644 --- a/logcheck/ignore.d.workstation/local +++ b/logcheck/ignore.d.workstation/local @@ -220,6 +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]+\]: 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:]]+$ |