Create jail.local

This commit is contained in:
Karsten
2015-11-23 11:00:50 +01:00
parent a5582401d4
commit 2f8b184829

21
jail.local Normal file
View File

@@ -0,0 +1,21 @@
[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