Hello,
In rundcube config the option identities access level is set to 0 by default after some upgrade...
With the option identities_level in 0, the user of webmail can modify the "sender mail addres", and this is not secure.
In my server i use the option 1 or 3, but after some automatic upgrade.. the option is in 0 again.
Is it possible to leave this option set to a value 1 or 3, and it is not modified after an upgrade performed by the whm?
// 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
$rcmail_config['identities_level'] = 0;
In rundcube config the option identities access level is set to 0 by default after some upgrade...
With the option identities_level in 0, the user of webmail can modify the "sender mail addres", and this is not secure.
In my server i use the option 1 or 3, but after some automatic upgrade.. the option is in 0 again.
Is it possible to leave this option set to a value 1 or 3, and it is not modified after an upgrade performed by the whm?
// 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
$rcmail_config['identities_level'] = 0;