From a23b0fa1c8748456646777a9ba4e1ee8fbaa50f0 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 23 Aug 2019 15:07:09 +0200 Subject: [PATCH] 0.10.2/jail.local: add example configuration for roundcube authentication. --- 0.10.2/jail.local | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/0.10.2/jail.local b/0.10.2/jail.local index 22a93e6..ce6438f 100644 --- a/0.10.2/jail.local +++ b/0.10.2/jail.local @@ -107,6 +107,28 @@ findtime = 1200 bantime = 1800 +[roundcube-auth] + +# If using logfile 'userlogins', take care option parameter 'log_logins' is set to tru: +# '$config['log_logins'] = true;' +# +# Otherwise use logfile 'errors' + +enabled = true +# - Take care to allowh 'whois' requests from this mashine. Maybe +# - you have configure your firewall +action = %(action_mwl)s +#action = %(action_mbu)s +port = http,https +logpath = /var/www//logs/userlogins +#logpath = /var/www//logs/errors +maxretry = 5 +#maxretry = 4 +findtime = 60 +bantime = 3600 +#bantime = 21600 + + [pure-ftpd] enabled = false