mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
Rename fail2ban syslog 'rainloop' to 'snappymail'
This commit is contained in:
parent
0a95e2c6dc
commit
98c6fa0675
10 changed files with 21 additions and 21 deletions
|
|
@ -1,5 +0,0 @@
|
|||
[rainloop-fpm-journal]
|
||||
filter = rainloop-fpm-journal
|
||||
port = http,https,2096
|
||||
backend = systemd
|
||||
maxretry = 3
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[rainloop-log]
|
||||
filter = rainloop-log
|
||||
port = http,https,2096
|
||||
logpath = /PATH-TO-RAINLOOP-DATA/_data_/_default_/logs/fail2ban/auth-fail.log
|
||||
maxretry = 3
|
||||
5
fail2ban/jail.d/snappymail-fpm-journal.conf
Normal file
5
fail2ban/jail.d/snappymail-fpm-journal.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[snappymail-fpm-journal]
|
||||
filter = snappymail-fpm-journal
|
||||
port = http,https,2096
|
||||
backend = systemd
|
||||
maxretry = 3
|
||||
5
fail2ban/jail.d/snappymail-log.conf
Normal file
5
fail2ban/jail.d/snappymail-log.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[snappymail-log]
|
||||
filter = snappymail-log
|
||||
port = http,https,2096
|
||||
logpath = /PATH-TO-SNAPPYMAIL-DATA/_data_/_default_/logs/fail2ban/auth-fail.log
|
||||
maxretry = 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue