mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
e591d9082f
Explicitly set the timings and counts for the dovecot jail rather than change the global [DEFAULT] and inherit it for this one jail. These settings are far too safe so a future PR should increase security here.
16 lines
185 B
Plaintext
16 lines
185 B
Plaintext
# Fail2Ban configuration file for Mail-in-a-Box
|
|
|
|
# JAILS
|
|
|
|
[ssh-ddos]
|
|
enabled = true
|
|
|
|
[sasl]
|
|
enabled = true
|
|
|
|
[dovecot]
|
|
enabled = true
|
|
filter = dovecotimap
|
|
findtime = 30
|
|
maxretry = 20
|