Richard G
Verified User
I just discovered that Roundcube had an option to change identities.
This way a user could create another identity en send mail from anybody, for example [email protected] could be faked.
Oke this could later be seen in the headers, but still.... users/customers should not have the option to send fake emails.
Roundcube has this strangely enough enabled by default.
There is an option to disable this.
From Roundcube's main.inc.php:
You could select option 3 and this nonsense is disabled. So I did.
However, what happens when there is an upgrade of roundcube via Custombuild? Will this main.inc.php be overwritten or not?
If yes, how can I fix it that it will stay disabled also after an upgrade?
This way a user could create another identity en send mail from anybody, for example [email protected] could be faked.
Oke this could later be seen in the headers, but still.... users/customers should not have the option to send fake emails.
Roundcube has this strangely enough enabled by default.
There is an option to disable this.
From Roundcube's main.inc.php:
Just update latest SVN release. There are 4 options to handle identities:
// 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
You could select option 3 and this nonsense is disabled. So I did.
However, what happens when there is an upgrade of roundcube via Custombuild? Will this main.inc.php be overwritten or not?
If yes, how can I fix it that it will stay disabled also after an upgrade?