Commit 5e43c394 authored by Joshua Tauberer's avatar Joshua Tauberer

Merge pull request #477 from anoma/master

cleanup and harden of fail2ban
parents c0ddceb2 b2eaaeca
# Fail2Ban configuration file.
# For Mail-in-a-Box
[DEFAULT]
# Fail2Ban configuration file for Mail-in-a-Box
# bantime in seconds
bantime = 60
[DEFAULT]
# This should ban dumb brute-force attacks, not oblivious users.
findtime = 30
maxretry = 20
#
# JAILS
#
[ssh]
enabled = true
logpath = /var/log/auth.log
maxretry = 20
[ssh-ddos]
enabled = true
maxretry = 20
[sasl]
enabled = true
[dovecot]
enabled = true
filter = dovecotimap
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment