Roundcube Community Forum

 

Changing Identity while composing mail

Started by raghu_gh, December 17, 2011, 04:52:39 AM

Previous topic - Next topic

raghu_gh

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

SKaero

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

oldschool

Quote from: skaero;37675You 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.

SKaero

It is a setting for all users, you could make a plugin to apply it only certain users.