1

Topic: second identity

==== Required information ====
-- iRedMail version: 0.9.0
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Linux/BSD distribution name and version: Ubuntu 14.04
- Related log if you're reporting an issue:
====

How to create second identity of the  Roundcube mail accont ?

----

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

2

Re: second identity

After logged in Roundcube webmail, go to 'Settings -> Identities'.

3

Re: second identity

ZhangHuangbin wrote:

After logged in Roundcube webmail, go to 'Settings -> Identities'.

I already have one identity.
But the other can not be created in Settings -> Identities

4

Re: second identity

Change Roundcube config file to allow other Identities, or create them directly in SQL to prevent all your users being able to create multiple identities.

5

Re: second identity

platpirs wrote:

- Linux/BSD distribution name and version: Ubuntu 14.04

Update 'identities_level ' setting in Roundcube config file /usr/share/apache2/roundcubemail/config/config.inc.php:

// Set identities access level:                                                     
// 0 - many identities with possibility to edit all params                          
// 1 - many identities with possibility to edit all params but not email address
// 2 - one identity with possibility to edit all params                             
// 3 - one identity with possibility to edit all params but not email address   
// 4 - one identity with possibility to edit only signature
$config['identities_level'] = 0;