1
0
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:
anoma 2015-07-02 10:23:48 +01:00
parent e2d9a523c3
commit b2eaaeca4b

View File

@ -8,12 +8,8 @@ maxretry = 20
# JAILS # JAILS
[ssh]
maxretry = 20
[ssh-ddos] [ssh-ddos]
enabled = true enabled = true
maxretry = 20
[sasl] [sasl]
enabled = true enabled = true