Update config/jail.conf

Update to use the new sogo-auth filter
pull/151/head
ArndRa 2013-02-11 17:14:29 +01:00
parent f8983872ad
commit 52f952e645
1 changed files with 14 additions and 0 deletions

View File

@ -201,6 +201,20 @@ filter = roundcube-auth
action = iptables[name=RoundCube, port="http,https"] action = iptables[name=RoundCube, port="http,https"]
logpath = /var/log/roundcube/userlogins logpath = /var/log/roundcube/userlogins
# Monitor SOGo groupware server
[sogo-iptables]
enabled = false
filter = sogo-auth
port = http, https
# without proxy this would be:
# port = 20000
action = iptables[name=SOGo, port="http,https"]
logpath = /var/log/sogo/sogo.log
# Ban attackers that try to use PHP's URL-fopen() functionality # Ban attackers that try to use PHP's URL-fopen() functionality
# through GET/POST variables. - Experimental, with more than a year # through GET/POST variables. - Experimental, with more than a year
# of usage in production environments. # of usage in production environments.