diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-05-18 16:34:10 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-05-18 16:34:10 +0000 |
commit | 1133d20f9005876dae5c8eecd95f9c83c430b446 (patch) | |
tree | fc8257828fa8a096ba96b823cc4ade1226093ee8 /logcheck/ignore.d.workstation | |
parent | 4fc6db3247b0f8278fbfe5a735f2afa801509714 (diff) |
Ignore remote smtp servers dropping connection.
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 c9938ad..d1a7ece 100644 --- a/logcheck/ignore.d.workstation/local +++ b/logcheck/ignore.d.workstation/local @@ -257,6 +257,7 @@ postfix/smtpd\[[0-9]+\]: warning: [^[:space:]]+\[[\.0-9]+\]: hostname [^[:space: postfix/smtpd\[[0-9]+\]: warning: [^[:space:]]+\[[\.0-9]+\] sent ([^[:space:]]+ header|mail content) instead of SMTP command: .* postfix/smtpd?\[[0-9]+\]: warning: valid_hostname: (empty hostname|invalid character [0-9]+\(decimal\): [^[:space:]]+)$ # These are only for postfix >= 2.0: +postfix/qmgr\[[0-9]+\]: [A-Z0-9]+: to=<[^,]+, relay=none, delay=[0-9]+, status=deferred \(connect to [^[:space:]]+\[[\.0-9]+\]: server dropped connection without sending the initial greeting\)$ postfix/smtp\[[0-9]+\]: connect to [^[:space:]]+\[[\.0-9]+\]: server dropped connection without sending the initial greeting \(port 25\)$ ### ignore.d.server/postgresql postgres\[[0-9]+\]: \[[0-9-]+\] \^ICPU .* sec elapsed .* sec\.$ |