From 52f952e6454d12fbe31dbd53bf2220c8b7658610 Mon Sep 17 00:00:00 2001 From: ArndRa Date: Mon, 11 Feb 2013 17:14:29 +0100 Subject: [PATCH] Update config/jail.conf Update to use the new sogo-auth filter --- config/jail.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/jail.conf b/config/jail.conf index 1817ebd5..215e5b9a 100644 --- a/config/jail.conf +++ b/config/jail.conf @@ -201,6 +201,20 @@ filter = roundcube-auth action = iptables[name=RoundCube, port="http,https"] 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 # through GET/POST variables. - Experimental, with more than a year # of usage in production environments.