You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
374 B
Plaintext
18 lines
374 B
Plaintext
2 years ago
|
# Fail2Ban filter for uwimap
|
||
|
#
|
||
|
|
||
|
[INCLUDES]
|
||
|
|
||
|
before = common.conf
|
||
|
|
||
|
[Definition]
|
||
|
|
||
|
_daemon = (?:ipop3d|imapd)
|
||
|
|
||
|
failregex = ^%(__prefix_line)sLogin (?:failed|excessive login failures|disabled|SYSTEM BREAK-IN ATTEMPT) user=\S* auth=\S* host=.*\[<HOST>\]\s*$
|
||
|
^%(__prefix_line)sFailed .* override of user=.* host=.*\[<HOST>\]\s*$
|
||
|
|
||
|
ignoreregex =
|
||
|
|
||
|
# Author: Amir Caspi
|