mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
2c29d59895
Added more bantime and lowered max retry attempts
22 lines
251 B
Plaintext
22 lines
251 B
Plaintext
# Fail2Ban configuration file for Mail-in-a-Box
|
|
|
|
# JAILS
|
|
|
|
[ssh]
|
|
enabled = true
|
|
maxretry = 7
|
|
findtime = 120
|
|
bantime = 3600
|
|
|
|
[ssh-ddos]
|
|
enabled = true
|
|
|
|
[sasl]
|
|
enabled = true
|
|
|
|
[dovecot]
|
|
enabled = true
|
|
filter = dovecotimap
|
|
findtime = 30
|
|
maxretry = 20
|