configuration-templates – Blame information for rev 92

Subversion Repositories:
Rev:
Rev Author Line No. Line
92 office 1 # Fail2Ban filter for Postfix's RBL based Blocked hosts
2 #
3 #
4  
5 [INCLUDES]
6  
7 # Read common prefixes. If any customizations available -- read them from
8 # common.local
9 before = common.conf
10  
11 [Definition]
12  
13 _daemon = postfix(-\w+)?/smtpd
14  
15 failregex = ^%(__prefix_line)sNOQUEUE: reject: RCPT from \S+\[<HOST>\]: .* Service unavailable; Client host \[\S+\] blocked using .* from=<\S*> to=<\S+> proto=ESMTP helo=<\S*>$
16  
17 ignoreregex =
18  
19 # Author: Lee Clemens
20 # Author: Wizardry and Steamworks