comparison common/fail2ban/ibb-postfix-spammers.conf @ 130:eb32a4978a7c puppet-3.6

Be less agressive with blocking on the grounds of SPF
author IBBoard <dev@ibboard.co.uk>
date Thu, 06 Oct 2016 19:02:30 +0100
parents 956e484adc12
children 103a3630e9b2
comparison
equal deleted inserted replaced
129:16a931df5fd7 130:eb32a4978a7c
12 # host must be matched by a group named "host". The tag "<HOST>" can 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 13 # be used for standard IP/hostname matching and is only an alias for
14 # (?:::f{4,6}:)?(?P<host>[\w\-.^_]+) 14 # (?:::f{4,6}:)?(?P<host>[\w\-.^_]+)
15 # Values: TEXT 15 # Values: TEXT
16 # 16 #
17 failregex = reject: RCPT from (.*)\[<HOST>\]: 554 .* blocked using zen.spamhaus.org 17 failregex = reject: RCPT from (.*)\[<HOST>\]: 55[0-9] .* blocked using .*
18 Policy action=550 Please see http://www.openspf.net/Why\?s=([^;]*);id=([^;]*);ip=<HOST>
19 18
20 # Option: ignoreregex 19 # Option: ignoreregex
21 # Notes.: regex to ignore. If this regex matches, the line is ignored. 20 # Notes.: regex to ignore. If this regex matches, the line is ignored.
22 # Values: TEXT 21 # Values: TEXT
23 # 22 #