Subversion Repositories configs

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
# Fail2Ban filter for Anti-Spam SMTP Proxy Server also known as ASSP
2
#
3
#    Honmepage:   http://www.magicvillage.de/~Fritz_Borgstedt/assp/0003D91C-8000001C/
4
#    ProjektSite: http://sourceforge.net/projects/assp/?source=directory
5
#
6
#
7
 
8
[Definition]
9
 
10
__assp_actions = (?:dropping|refusing)
11
 
12
failregex = ^(:? \[SSL-out\])? <HOST> max sender authentication errors \(\d{,3}\) exceeded -- %(__assp_actions)s connection - after reply: \d{3} \d{1}\.\d{1}.\d{1} Error: authentication failed: \w+;$
13
			^(?: \[SSL-out\])? <HOST> SSL negotiation with client failed: SSL accept attempt failed with unknown error.*:unknown protocol;$
14
			^ Blocking <HOST> - too much AUTH errors \(\d{,3}\);$
15
 
16
ignoreregex =
17
 
18
# DEV Notes:
19
#
20
# Examples: Apr-27-13 02:33:09 Blocking 217.194.197.97 - too much AUTH errors (41);
21
#           Dec-29-12 17:10:31 [SSL-out] 200.247.87.82 SSL negotiation with client failed: SSL accept attempt failed with unknown errorerror:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol;
22
#           Dec-30-12 04:01:47 [SSL-out] 81.82.232.66 max sender authentication errors (5) exceeded
23
#
24
# Author: Enrico Labedzki (enrico.labedzki@deiwos.de)