Upgrade/iRedMail/0.7.4-0.8.0

From iRedMail

(Difference between revisions)
Jump to: navigation, search
(Created page with ' = General = == Disable case sensitive user authentication in Roundcube webmail == Please change below setting to '''true''' in Roundcube webmail config file 'config/main.inc.p…')
Line 1: Line 1:
 +
__TOC__
 +
THIS UPGRADE TUTORIAL IS A DRAFT, DO NOT APPLY IT.
= General =
= General =

Revision as of 06:57, 9 February 2012

Contents


THIS UPGRADE TUTORIAL IS A DRAFT, DO NOT APPLY IT.

General

Disable case sensitive user authentication in Roundcube webmail

Please change below setting to true in Roundcube webmail config file 'config/main.inc.php' to enable case insensitive user authentication:

File: config/main.inc.php
$rcmail_config['login_lc'] = false;
Personal tools