2006-09-06 19:34:03 +00:00
|
|
|
# Fail2Ban configuration file
|
|
|
|
#
|
|
|
|
# Author: Cyril Jaquier
|
|
|
|
#
|
|
|
|
# $Revision: 267 $
|
|
|
|
#
|
|
|
|
|
|
|
|
[Definition]
|
|
|
|
|
|
|
|
# Option: failregex
|
|
|
|
# Notes.: regex to match the password failures messages in the logfile.
|
2006-10-01 21:19:56 +00:00
|
|
|
# Values: TEXT
|
2006-09-06 19:34:03 +00:00
|
|
|
#
|
|
|
|
failregex = reject: RCPT from (.*)\[(?P<host>\S*)\]: 554
|
2006-11-12 14:52:36 +00:00
|
|
|
|
|
|
|
# Option: ignoreregex
|
|
|
|
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
|
|
|
# Values: TEXT
|
|
|
|
#
|
|
|
|
#ignoreregex = user: myusername
|