Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
5 |
- |
1 |
# fail2ban filter configuration for horde
|
|
|
2 |
|
|
|
3 |
|
|
|
4 |
[Definition]
|
|
|
5 |
|
|
|
6 |
|
|
|
7 |
failregex = ^ HORDE \[error\] \[(horde|imp)\] FAILED LOGIN for \S+ \[<HOST>\](\(forwarded for \[\S+\]\))? to (Horde|{[^}]+}) \[(pid \d+ )?on line \d+ of \S+\]$
|
|
|
8 |
|
|
|
9 |
|
|
|
10 |
ignoreregex =
|
|
|
11 |
|
|
|
12 |
# DEV NOTES:
|
|
|
13 |
# https://github.com/horde/horde/blob/master/imp/lib/Auth.php#L132
|
|
|
14 |
# https://github.com/horde/horde/blob/master/horde/login.php
|
|
|
15 |
#
|
|
|
16 |
# Author: Daniel Black
|