comparison common/fail2ban/ibb-postfix-spammers.conf @ 0:956e484adc12

Initial public release of Puppet configs
author IBBoard <dev@ibboard.co.uk>
date Sat, 16 Aug 2014 19:47:38 +0000
parents
children eb32a4978a7c
comparison
equal deleted inserted replaced
-1:000000000000 0:956e484adc12
1 # Fail2Ban configuration file
2 #
3 # Author: Cyril Jaquier
4 #
5 # $Revision: 728 $
6 #
7
8 [Definition]
9
10 # Option: failregex
11 # Notes.: regex to match the password failures messages in the logfile. The
12 # host must be matched by a group named "host". The tag "<HOST>" can
13 # be used for standard IP/hostname matching and is only an alias for
14 # (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
15 # Values: TEXT
16 #
17 failregex = reject: RCPT from (.*)\[<HOST>\]: 554 .* blocked using zen.spamhaus.org
18 Policy action=550 Please see http://www.openspf.net/Why\?s=([^;]*);id=([^;]*);ip=<HOST>
19
20 # Option: ignoreregex
21 # Notes.: regex to ignore. If this regex matches, the line is ignored.
22 # Values: TEXT
23 #
24 ignoreregex =