1

Topic: Use "givenName" or "User name" to login in Roundcube

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.0
- Linux/BSD distribution name and version: Ubuntu 14.04 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

Hallo,

is it possible to change the Roundcube configuration that the user can login with their givenName or User name (without the @domain.com)? Does someone know how to do so?

Thanks in advance!

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Use "givenName" or "User name" to login in Roundcube

Update settings in two config files:

*) /etc/dovecot/dovecot.conf, set your domain name in parameter "auth_default_realm". Restarting Dovecot is required.
*) /opt/www/roundcubemail/config/main.inc.php, set your domain name in parameter $rcmail_config['username_domain']. Restarting Apache web server is recommended.

3

Re: Use "givenName" or "User name" to login in Roundcube

For my case (Ubuntu 14.04) I had to change the /usr/share/apache2/roundcubemail/config/config.inc.php

And now it is working great. Thanks a lot.