diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-12-11 21:01:28 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-12-11 21:01:28 +0000 |
commit | 799045fd24d09c10328a6e5f3fe6eb452a307b5c (patch) | |
tree | 6a2ec6139e4c4f08e4afc7cc2f1e0b08af1578ad /logcheck/violations.ignore.d/postfix | |
parent | 6a90b9adcc6d5ea9ae8a82cea92793bc48879931 (diff) |
Added another postfix TLS-related string.
Diffstat (limited to 'logcheck/violations.ignore.d/postfix')
-rw-r--r-- | logcheck/violations.ignore.d/postfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logcheck/violations.ignore.d/postfix b/logcheck/violations.ignore.d/postfix index 20b5057..a7d4ded 100644 --- a/logcheck/violations.ignore.d/postfix +++ b/logcheck/violations.ignore.d/postfix @@ -6,6 +6,7 @@ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/nqmgr\[[0-9]+\]: [^[:space:]]+: from=<[^>]*>, size=[0-9]+, nrcpt=[0-9]+ \(queue active\)$ # Certificate handling is non-fatal +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [^[:space:]]+: Cannot start TLS: handshake failure$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: [^[:space:]]+: Could not start TLS: client failure$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: (Unv|V)erified: subject_CN=.*, issuer=.* #^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: Peer verification: CommonName in certificate does not match: [^!]* != [^[:space:]]+$ |