Author Topic: Changing Identity while composing mail  (Read 5271 times)

Offline raghu_gh

  • Newbie
  • *
  • Posts: 1
Changing Identity while composing mail
« 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Changing Identity while composing mail
« Reply #1 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

Offline oldschool

  • Sr. Member
  • ****
  • Posts: 406
Changing Identity while composing mail
« Reply #2 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Changing Identity while composing mail
« Reply #3 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.