0.10.2/jail.local: add example configuration for roundcube authentication.
This commit is contained in:
parent
891f25706b
commit
a23b0fa1c8
@ -107,6 +107,28 @@ findtime = 1200
|
|||||||
bantime = 1800
|
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/<webmail.oopen.de>/logs/userlogins
|
||||||
|
#logpath = /var/www/<webmail.oopen.de>/logs/errors
|
||||||
|
maxretry = 5
|
||||||
|
#maxretry = 4
|
||||||
|
findtime = 60
|
||||||
|
bantime = 3600
|
||||||
|
#bantime = 21600
|
||||||
|
|
||||||
|
|
||||||
[pure-ftpd]
|
[pure-ftpd]
|
||||||
|
|
||||||
enabled = false
|
enabled = false
|
||||||
|
Loading…
Reference in New Issue
Block a user