1

Topic: Cannot add identity (Roundcube Webmail)

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

Hello, we have a problem with roundcube web interface:
There is no way to add new identity (Settings-Identities), i havent "add"/"delete" buttons.
I heard about patch, which permanently delete that buttons, but i seem i didnt use that.
How can i return this functions? Is it possible?
Thank you!

----

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

2

Re: Cannot add identity (Roundcube Webmail)

Hi deviance,

you need to add the plugin that allow to roundcube config.

Look at http://trac.roundcube.net/wiki/Plugin_Repository
And how to activate you can finde at google search.

(TIP: look in roundcube dir for the config.php wink )

3

Re: Cannot add identity (Roundcube Webmail)

Cause of my trouble was:
/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;

I set 0 (or 1) instead of 3 and problem solved!
Ty.