mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
b2eaaeca4b
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.
20 lines
262 B
Plaintext
20 lines
262 B
Plaintext
# Fail2Ban configuration file for Mail-in-a-Box
|
|
|
|
[DEFAULT]
|
|
|
|
# This should ban dumb brute-force attacks, not oblivious users.
|
|
findtime = 30
|
|
maxretry = 20
|
|
|
|
# JAILS
|
|
|
|
[ssh-ddos]
|
|
enabled = true
|
|
|
|
[sasl]
|
|
enabled = true
|
|
|
|
[dovecot]
|
|
enabled = true
|
|
filter = dovecotimap
|