Commit e2d9a523 authored by anoma's avatar anoma

Cleanup blank lines, comments and whitespace to make it easier to follow

parent 11df1e46
# Fail2Ban configuration file. # Fail2Ban configuration file for Mail-in-a-Box
# For Mail-in-a-Box
[DEFAULT] [DEFAULT]
# This should ban dumb brute-force attacks, not oblivious users. # This should ban dumb brute-force attacks, not oblivious users.
findtime = 30 findtime = 30
maxretry = 20 maxretry = 20
#
# JAILS # JAILS
#
[ssh] [ssh]
maxretry = 20 maxretry = 20
[ssh-ddos] [ssh-ddos]
enabled = true enabled = true
maxretry = 20 maxretry = 20
[sasl] [sasl]
enabled = true enabled = true
[dovecot] [dovecot]
enabled = true enabled = true
filter = dovecotimap 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