mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Added Fail2ban instructions
This commit is contained in:
parent
07fd143853
commit
bc79a4f5b1
6 changed files with 63 additions and 0 deletions
5
fail2ban/jail.d/rainloop-fpm-journal.conf
Normal file
5
fail2ban/jail.d/rainloop-fpm-journal.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[rainloop-fpm-journal]
|
||||
filter = rainloop-fpm-journal
|
||||
port = http,https,2096
|
||||
backend = systemd
|
||||
maxretry = 3
|
||||
5
fail2ban/jail.d/rainloop-log.conf
Normal file
5
fail2ban/jail.d/rainloop-log.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[rainloop-log]
|
||||
filter = rainloop-log
|
||||
port = http,https,2096
|
||||
logpath = /PATH-TO-RAINLOOP-DATA/_data_/_default_/logs/fail2ban/auth-fail.log
|
||||
maxretry = 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue