Files
fail2ban-with-blocklist.de/jail.local
2015-11-23 11:00:50 +01:00

22 lines
384 B
Plaintext

[ssh-blocklist]
enabled = true
port = ssh
filter = blocklist
logpath = /var/log/blocklist-ssh.log
maxretry = 1
bantime = 86400
[mail-blocklist]
enabled = true
filter = blocklist
logpath = /var/log/blocklist-mail.log
maxretry = 1
bantime = 86400
[imap-blocklist]
enabled = true
filter = blocklist
logpath = /var/log/blocklist-imap.log
maxretry = 1
bantime = 86400