summaryrefslogtreecommitdiff
path: root/imapd
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-01 09:59:30 +0100
committerErich Eckner <git@eckner.net>2019-02-01 09:59:30 +0100
commit26ce638eabd6efa56c236449a1a2d5db51923719 (patch)
treef61640ef31d8dc44b72be7d269bc712fe6082256 /imapd
parent9a6c6d065b53976b4ca176300fb0d940e3231a0b (diff)
downloadlogwatch-overrides-26ce638eabd6efa56c236449a1a2d5db51923719.tar.xz
imapd: ignore connection-tls/ssl-errors
Diffstat (limited to 'imapd')
-rw-r--r--imapd1
1 files changed, 1 insertions, 0 deletions
diff --git a/imapd b/imapd
index c4c04d3..8b90a30 100644
--- a/imapd
+++ b/imapd
@@ -40,6 +40,7 @@ while (defined($ThisLine = <STDIN>)) {
($ThisLine =~ /^Initializing */) or
($ThisLine =~ /^spgetpwnam: can't find user: */) or
($ThisLine =~ /^couriertls: read: Connection reset by peer/ ) or
+ ($ThisLine =~ /^ip=\[[0-9a-f:.]+\], couriertls: connect: error:[0-9A-F]+:SSL routines:(ssl3_get_record:(http request|wrong version number)|tls_early_post_process_client_hello:(version too low|unknown protocol))$/ ) or
# timeouts are reported in some other scripts - maybe it should be here too?
($ThisLine =~ /^couriertls: read: Connection timed out/ ) or
($ThisLine =~ /^LOGOUT, ip=\[.*\], rcvd=\d+, sent=\d+$/) or