Add support for Roundcube & small changes

This commit is contained in:
Alexandros Ioannides 2017-12-28 17:23:09 +02:00 committed by GitHub
commit 7dbfc18398
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,6 @@
[DEFAULT]
ignoreip = 127.0.0.1/8
[ssh-iptables]
enabled = true
filter = sshd
@ -17,12 +20,14 @@ enabled = true
filter = exim
action = vesta[name=MAIL]
logpath = /var/log/exim4/mainlog
maxretry = 5
[dovecot-iptables]
enabled = true
filter = dovecot
action = vesta[name=MAIL]
logpath = /var/log/dovecot.log
maxretry = 5
[mysqld-iptables]
enabled = false
@ -37,3 +42,10 @@ filter = vesta
action = vesta[name=VESTA]
logpath = /var/log/vesta/auth.log
maxretry = 5
[roundcube-auth]
enabled = false
filter = roundcube-auth
port = http,https
logpath = /var/log/roundcube/errors
maxretry = 5