imap auth fix

This commit is contained in:
SJ
2015-01-15 23:29:48 +01:00
parent ef67c1f561
commit e48db5b8b7
2 changed files with 36 additions and 4 deletions

View File

@ -25,6 +25,8 @@ $config['BRANDING_FAVICON'] = '/view/theme/default/assets/ico/favicon.png';
$config['SUPPORT_LINK'] = '';
$config['TITLE_PREFIX'] = '';
$config['CUSTOM_EMAIL_QUERY_FUNCTION'] = '';
$config['BOOTSTRAP_THEME'] = '-cosmo';
$config['DEFAULT_LANG'] = 'en';
@ -100,6 +102,8 @@ $config['LDAP_MAIL_ATTR'] = 'proxyAddresses';
// enable single sign-on (disabled by default)
$config['ENABLE_SSO_LOGIN'] = 0;
$config['STRIP_DOMAIN_NAME_FROM_USERNAME'] = 0;
// enable authentication against an imap server (disabled by default)
$config['ENABLE_IMAP_AUTH'] = 0;