mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: jail.conf entry for groupoffice
This commit is contained in:
parent
db7b7bfefa
commit
90fdf5fc21
1 changed files with 8 additions and 0 deletions
|
|
@ -285,6 +285,14 @@ action = iptables-multiport[name=SOGo, port="http,https"]
|
|||
logpath = /var/log/sogo/sogo.log
|
||||
|
||||
|
||||
[groupoffice]
|
||||
|
||||
enabled = false
|
||||
filter = groupoffice
|
||||
action = iptables-multiport[name=groupoffice, port="http,https"]
|
||||
logpath = /home/groupoffice/log/info.log
|
||||
|
||||
|
||||
[openwebmail]
|
||||
|
||||
enabled = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue