diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-03-23 15:19:27 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-03-23 15:19:27 +0000 |
commit | 42270bd7fee2e05163e69a2021a083138f83fcb1 (patch) | |
tree | 77c068699b523e54830bf76840dbcd85c8334ab1 /logcheck/ignore.d.workstation | |
parent | a4911884afc349b81e0f5a542e9150076dcabd6e (diff) |
Ignore more postfix certificate issues.
Diffstat (limited to 'logcheck/ignore.d.workstation')
-rw-r--r-- | logcheck/ignore.d.workstation/local | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/logcheck/ignore.d.workstation/local b/logcheck/ignore.d.workstation/local index aeb21bc..b272cc4 100644 --- a/logcheck/ignore.d.workstation/local +++ b/logcheck/ignore.d.workstation/local @@ -222,7 +222,6 @@ postfix/smtp\[[0-9]+\]: Peer certi?ficate could not be verified$ postfix/smtp\[[0-9]+\]: SSL_connect error to [^[:space:]]+: -1 postfix/smtp\[[0-9]+\]: [A-Z0-9]+: enabling PIX <CRLF>\.<CRLF> workaround for [^[:space:]]+\[[\.0-9]+\]$ postfix/smtp\[[0-9]+\]: [^[:space:]]+ status=deferred \(connect to [^[:space:]]+\[[\.0-9]+\]: (Connection refused|server refused mail service)\)$ -postfix/smtp\[[0-9]+\]: cert has expired$ postfix/smtp\[[0-9]+\]: connect to [^[:space:]]+\[[\.0-9]+\]: (Connection (refused|reset by peer|timed out)|read timeout|server (refused mail service|dropped connection)|No route to host) \(port 25\)$ postfix/smtp\[[0-9]+\]: setting up TLS connection to [^[:space:]]+$ postfix/smtp\[[0-9]+\]: verify error:num=10:certificate has expired$ @@ -231,9 +230,10 @@ postfix/smtp\[[0-9]+\]: warning: host [^[:space:]]+\[[\.0-9]+\] (greeted me|repl postfix/smtp\[[0-9]+\]: warning: no MX host for [^[:space:]]+ has a valid A record$ postfix/smtpd?\[[0-9]+\]: (Unv|V)erified: subject_CN=.*, issuer=.*$ postfix/smtpd?\[[0-9]+\]: TLS connection established (from|to) [^[:space:]]+: (SSL|TLS)v[123] with cipher [^[:space:]]+ \([0-9/]+ bits\)$ +postfix/smtpd?\[[0-9]+\]: cert has expired$ postfix/smtpd?\[[0-9]+\]: fingerprint=[0-9A-F:]+$ postfix/smtpd?\[[0-9]+\]: setting up TLS connection (from|to) [^[:space:]]+\[[\.0-9]+\]$ -postfix/smtpd?\[[0-9]+\]: verify error:num=(18:self signed certificate|19:self signed certificate in certificate chain|20:unable to get local issuer certificate|21:unable to verify the first certificate|26:unsupported certificate purpose|27:certificate not trusted)$ +postfix/smtpd?\[[0-9]+\]: verify error:num=(10:certificate has expired|18:self signed certificate|19:self signed certificate in certificate chain|20:unable to get local issuer certificate|21:unable to verify the first certificate|26:unsupported certificate purpose|27:certificate not trusted)$ 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]+\]: ((dis)?connect|setting up TLS connection|lost connection after AUTH) from [^[:space:]]+\[[\.0-9]+\]$ |