Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: raghu_gh on December 17, 2011, 04:52:39 AM

Title: Changing Identity while composing mail
Post by: raghu_gh on December 17, 2011, 04:52:39 AM
Hi,
Some of our email users are logging on to webmail and using round cube for composing mails.

Some people are sending mail with different identity.
Before sending next to address bar there is an change identity link. Where they are changing identity  with some other email id exited on the same domain and sending mails.

Means we are receiving mails with different identity and finding it difficult to trace the real senders.

Our issue is how to disable this feature in the round cube composing option. It is a great security issue and needs to be attended.
Any co employee can login to webmail through Round cube he can send mails with other identity of co worker.

Please look into this.
Thanks
Regards
Raghavendra
webmaster
Title: Changing Identity while composing mail
Post by: SKaero on December 17, 2011, 07:49:52 AM
You can set the identities access level by editing $rcmail_config['identities_level'] in /config/main.inc.php
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
Title: Changing Identity while composing mail
Post by: oldschool on December 17, 2011, 05:01:42 PM
Quote from: skaero;37675
You can set the identities access level by editing $rcmail_config['identities_level'] in /config/main.inc.php
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

But this is for all users, right?

It would be interesting to have more than one users profile for this.




Rgds.
Title: Changing Identity while composing mail
Post by: SKaero on December 18, 2011, 03:24:08 AM
It is a setting for all users, you could make a plugin to apply it only certain users.