diff options
author | Jonas Smedegaard <dr@jones.dk> | 2005-12-15 10:12:21 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2005-12-15 10:12:21 +0000 |
commit | bbce308fe2b1f48db8cf2e3de148f00a46af9d50 (patch) | |
tree | f306d122a58ed6c4a7c552d5ea69bff9348809bd /logcheck/violations.ignore.d/postfix | |
parent | 350bf8d1ebb676b7378ebe4af9a1f0978191f2ac (diff) |
Ignore another postfix dyndns blocking. Ignore illegal SSH logins also for SSHv1
Diffstat (limited to 'logcheck/violations.ignore.d/postfix')
-rw-r--r-- | logcheck/violations.ignore.d/postfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logcheck/violations.ignore.d/postfix b/logcheck/violations.ignore.d/postfix index 5eda3af..699a360 100644 --- a/logcheck/violations.ignore.d/postfix +++ b/logcheck/violations.ignore.d/postfix @@ -14,7 +14,7 @@ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: certificate verification failed for [^[:space:]]+:( num=10:)?certificate has expired$ # Too much spam refuse to eat their own shit -^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: connect to [^[:space:]]+\[[\.0-9]+\]: (Connection refused|server refused (mail service|to talk to me: ([^[:space:]]+ +(550 ERROR: Mail Refused - [\.0-9]+ - See [^[:space:]]+|554 #5\.5\.4 Relaying denied\. IP name lookup failed)|550 Host [\.0-9]+ is reject as in dynamic reject list \(dynamic\.reject\)))) +\(port 25\)$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtp\[[0-9]+\]: connect to [^[:space:]]+\[[\.0-9]+\]: (Connection refused|server refused (mail service|to talk to me: ([^[:space:]]+ +(550 <[^[:space:]]+>: Client host rejected: Blocked|550 ERROR: Mail Refused - [\.0-9]+ - See [^[:space:]]+|554 #5\.5\.4 Relaying denied\. IP name lookup failed)|550 Host [\.0-9]+ is reject as in dynamic reject list \(dynamic\.reject\)))) +\(port 25\)$ # Ignore blacklisting due to being dynamic - or without explaining/hinting at all ## Grr - could've been a single rule if only logcheck supported custom classes |