1
0
mirror of https://github.com/myvesta/vesta.git synced 2025-03-12 04:35:23 -07:00

40 lines
711 B
Plaintext
Raw Permalink Normal View History

2014-10-21 15:32:32 +03:00
[ssh-iptables]
enabled = true
filter = sshd
action = vesta[name=SSH]
2015-10-21 20:10:00 +03:00
logpath = /var/log/auth.log
2014-10-21 15:32:32 +03:00
maxretry = 5
[vsftpd-iptables]
enabled = false
filter = vsftpd
action = vesta[name=FTP]
logpath = /var/log/vsftpd.log
maxretry = 5
[exim-iptables]
enabled = true
filter = exim
action = vesta[name=MAIL]
2015-10-21 20:10:00 +03:00
logpath = /var/log/exim4/mainlog
2014-10-21 15:32:32 +03:00
[dovecot-iptables]
enabled = true
filter = dovecot
action = vesta[name=MAIL]
logpath = /var/log/dovecot.log
[mysqld-iptables]
enabled = false
filter = mysqld-auth
action = vesta[name=DB]
2015-10-21 20:10:00 +03:00
logpath = /var/log/mysql.log
2014-10-21 15:32:32 +03:00
maxretry = 5
[vesta-iptables]
enabled = true
filter = vesta
action = vesta[name=VESTA]
logpath = /var/log/vesta/auth.log
maxretry = 5