mirror of https://github.com/fail2ban/fail2ban
ENH: filter.d/uwimap-auth added. Closes #18
parent
e12d389c65
commit
b3b62d65bf
|
@ -64,6 +64,8 @@ ver. 0.8.11 (2013/XX/XXX) - loves-unittests
|
||||||
* filter.d/perdition.conf -- filter added
|
* filter.d/perdition.conf -- filter added
|
||||||
Mark McKinstry
|
Mark McKinstry
|
||||||
* action.d/apf.conf - add action for Advanced Policy Firewall (apf)
|
* action.d/apf.conf - add action for Advanced Policy Firewall (apf)
|
||||||
|
Amir Caspi and kjohnsonecl
|
||||||
|
* filter.d/uwimap-auth - filter for uwimap-auth IMAP/POP server
|
||||||
|
|
||||||
- Enhancements:
|
- Enhancements:
|
||||||
François Boulogne and Frédéric
|
François Boulogne and Frédéric
|
||||||
|
|
2
THANKS
2
THANKS
|
@ -8,6 +8,7 @@ be added
|
||||||
|
|
||||||
Adrien Clerc
|
Adrien Clerc
|
||||||
ache
|
ache
|
||||||
|
Amir Caspi
|
||||||
Andrey G. Grozin
|
Andrey G. Grozin
|
||||||
Andy Fragen
|
Andy Fragen
|
||||||
Arturo 'Buanzo' Busleiman
|
Arturo 'Buanzo' Busleiman
|
||||||
|
@ -38,6 +39,7 @@ Joël Bertrand
|
||||||
JP Espinosa
|
JP Espinosa
|
||||||
Justin Shore
|
Justin Shore
|
||||||
Kévin Drapel
|
Kévin Drapel
|
||||||
|
kjohnsonecl
|
||||||
kojiro
|
kojiro
|
||||||
Manuel Arostegui Ramirez
|
Manuel Arostegui Ramirez
|
||||||
Marcel Dopita
|
Marcel Dopita
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
# Fail2Ban configuration file
|
||||||
|
#
|
||||||
|
# Author: Amir Caspi
|
||||||
|
#
|
||||||
|
[INCLUDES]
|
||||||
|
|
||||||
|
before = common.conf
|
||||||
|
|
||||||
|
[Definition]
|
||||||
|
|
||||||
|
_daemon = (?:ipop3d|imapd)
|
||||||
|
|
||||||
|
failregex = ^%(__prefix_line)sLogin (?:failed|excessive login failures) user=\S* auth=\S* host=.*\[<HOST>\]\s*$
|
||||||
|
|
||||||
|
ignoreregex =
|
|
@ -416,6 +416,12 @@ filter = perdition
|
||||||
action = iptables-multiport[name=perdition,port="110,143,993,995"]
|
action = iptables-multiport[name=perdition,port="110,143,993,995"]
|
||||||
logpath = /var/log/maillog
|
logpath = /var/log/maillog
|
||||||
|
|
||||||
|
[uwimap-auth]
|
||||||
|
enabled = false
|
||||||
|
filter = uwimap-auth
|
||||||
|
action = iptables-multiport[name=perdition,port="110,143,993,995"]
|
||||||
|
logpath = /var/log/maillog
|
||||||
|
|
||||||
[osx-ssh-ipfw]
|
[osx-ssh-ipfw]
|
||||||
enabled = false
|
enabled = false
|
||||||
filter = sshd
|
filter = sshd
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
# failJSON: { "time": "2005-07-03T20:56:53", "match": true , "host": "81.169.154.112" }
|
||||||
|
Jul 3 20:56:53 Linux2 imapd[666]: Login failed user=lizdy auth=lizdy host=h2066373.stratoserver.net [81.169.154.112]
|
||||||
|
|
||||||
|
# failJSON: { "time": "2005-07-29T18:30:19", "match": true , "host": "198.52.115.74" }
|
||||||
|
Jul 29 18:30:19 Linux2 ipop3d[25745]: Login failed user=info auth=info host=74-115-52-198-dedicated.multacom.com [198.52.115.74]
|
Loading…
Reference in New Issue