mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
Revert to default 6 ssh/ddos login attempts
No legitimate admin will require 20 login attempts. The default 6 is a sane middle ground especially since in 10 minutes they can try again or immediately from another IP anyway.
This commit is contained in:
parent
e2d9a523c3
commit
b2eaaeca4b
@ -8,12 +8,8 @@ maxretry = 20
|
||||
|
||||
# JAILS
|
||||
|
||||
[ssh]
|
||||
maxretry = 20
|
||||
|
||||
[ssh-ddos]
|
||||
enabled = true
|
||||
maxretry = 20
|
||||
|
||||
[sasl]
|
||||
enabled = true
|
||||
|
Loading…
Reference in New Issue
Block a user