| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- [ssh-iptables]
- enabled = true
- filter = sshd
- action = hestia[name=SSH]
- logpath = /var/log/auth.log
- maxretry = 5
- [vsftpd-iptables]
- enabled = false
- filter = vsftpd
- action = hestia[name=FTP]
- logpath = /var/log/vsftpd.log
- maxretry = 5
- [exim-iptables]
- enabled = true
- filter = exim
- action = hestia[name=MAIL]
- logpath = /var/log/exim4/mainlog
- [dovecot-iptables]
- enabled = true
- filter = dovecot
- action = hestia[name=MAIL]
- logpath = /var/log/dovecot.log
- [mysqld-iptables]
- enabled = false
- filter = mysqld-auth
- action = hestia[name=DB]
- logpath = /var/log/mysql.log
- maxretry = 5
- [hestia-iptables]
- enabled = true
- filter = hestia
- action = hestia[name=HESTIA]
- logpath = /var/log/hestia/auth.log
- maxretry = 5
- [roundcube-auth]
- enabled = false
- filter = roundcube-auth
- action = hestia[name=WEB]
- logpath = /var/log/roundcube/errors
- maxretry = 5
- [recidive]
- enabled = true
- filter = recidive
- action = hestia[name=RECIDIVE]
- logpath = /var/log/fail2ban.log
- maxretry = 5
- findtime = 86400
- bantime = 864000
|