mirror of https://github.com/fail2ban/fail2ban
Browse Source
- Updated vsftpd and couriersmtp git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@331 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
Cyril Jaquier
18 years ago
5 changed files with 32 additions and 2 deletions
@ -0,0 +1,14 @@
|
||||
# Fail2Ban configuration file |
||||
# |
||||
# Author: Cyril Jaquier |
||||
# |
||||
# $Revision: 267 $ |
||||
# |
||||
|
||||
[Definition] |
||||
|
||||
# Option: failregex |
||||
# Notes.: regex to match the password failures messages in the logfile. |
||||
# Values: TEXT Default: |
||||
# |
||||
failregex = reject: RCPT from (.*)\[(?P<host>\S*)\]: 554 |
@ -0,0 +1,14 @@
|
||||
# Fail2Ban configuration file |
||||
# |
||||
# Author: Cyril Jaquier |
||||
# |
||||
# $Revision: 267 $ |
||||
# |
||||
|
||||
[Definition] |
||||
|
||||
# Option: failregex |
||||
# Notes.: regex to match the password failures messages in the logfile. |
||||
# Values: TEXT Default: |
||||
# |
||||
failregex = (?:[\d,.]+[\d,.] rblsmtpd: |421 badiprbl: ip )(?P<host>\S*) |
Loading…
Reference in new issue