mirror of
https://github.com/myvesta/vesta.git
synced 2024-11-21 21:10:17 -08:00
d9a68455a8
Update names Fix pcre url Please not configs are not tested Revert changes
40 lines
711 B
Plaintext
40 lines
711 B
Plaintext
[ssh-iptables]
|
|
enabled = true
|
|
filter = sshd
|
|
action = vesta[name=SSH]
|
|
logpath = /var/log/auth.log
|
|
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]
|
|
logpath = /var/log/exim4/mainlog
|
|
|
|
[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]
|
|
logpath = /var/log/mysql.log
|
|
maxretry = 5
|
|
|
|
[vesta-iptables]
|
|
enabled = true
|
|
filter = vesta
|
|
action = vesta[name=VESTA]
|
|
logpath = /var/log/vesta/auth.log
|
|
maxretry = 5
|