From 8a4c360494c05556b941c72bc2b96d4b9552f416 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 23 Aug 2019 15:13:43 +0200 Subject: [PATCH] install_roundcube.sh: Log successful/failed logins to /userlogins. --- install_roundcube.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install_roundcube.sh b/install_roundcube.sh index 6c418d2..c6558d9 100755 --- a/install_roundcube.sh +++ b/install_roundcube.sh @@ -1808,6 +1808,9 @@ cat <>$WEBSITE_BASEDIR/roundcubemail-${ROUNDCUBE_VERSION}/config/config.in // IMAP (further settings) // ---------------------------------- +// Log successful/failed logins to /userlogins or to syslog +\$config['log_logins'] = true; + // IMAP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or null to use // best server supported one) \$config['imap_auth_type'] = 'LOGIN';