1

Topic: adding identities

==== Required information ====
- iRedMail version:0.8.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Linux/BSD distribution name and version: Centos 6 64bit
- Related log if you're reporting an issue:
====

I noticed that the ability to add identities for a user is greyed-out or missing.  Is this because of mysql, or just disabled by default... and how would one enable or add identities?

Thank you... Otherwise I am loving this product so far!

----

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

2

Re: adding identities

Disabled by default in Roundcube webmail. You can turn it on in Roundcube config file /var/www/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;