mirror of https://github.com/fail2ban/fail2ban
ENH: filter.d/solid-pop3d added
parent
ed212fcdcc
commit
88eff70774
|
@ -16,6 +16,9 @@ ver. 0.8.12 (2013/12/XX) - things-can-only-get-better
|
|||
|
||||
- New Features:
|
||||
|
||||
Daniel Black
|
||||
* filter.d/solid-pop3d -- added thanks to Jacques Lav!gnotte on mailinglist.
|
||||
|
||||
- Enhancements:
|
||||
|
||||
|
||||
|
|
1
THANKS
1
THANKS
|
@ -33,6 +33,7 @@ Georgiy Mernov
|
|||
Guillaume Delvit
|
||||
Hanno 'Rince' Wagner
|
||||
Iain Lea
|
||||
Jacques Lav!gnotte
|
||||
Jonathan Kamens
|
||||
Jonathan Lanning
|
||||
Jonathan Underwood
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
# Fail2Ban filter for unsuccesful solid-pop3 authentication attempts
|
||||
#
|
||||
#
|
||||
[INCLUDES]
|
||||
|
||||
before = common.conf
|
||||
|
||||
[Definition]
|
||||
|
||||
_daemon = solid-pop3d
|
||||
|
||||
failregex = ^%(__prefix_line)sauthentication failed: no such user: .*? - <HOST>$
|
||||
|
||||
ignoreregex =
|
||||
|
||||
# DEV Notes:
|
||||
#
|
||||
# Authors: Daniel Black
|
|
@ -0,0 +1,2 @@
|
|||
# failJSON: { "time": "2004-11-15T00:34:53", "match": true , "host": "123.33.44.45" }
|
||||
Nov 15 00:34:53 rmc1pt2-2-35-70 solid-pop3d[3822]: authentication failed: no such user: adrian - 123.33.44.45
|
Loading…
Reference in New Issue