Hello,
We are using Roundcube 0.3.1. Postfix, Dovecot, Openldap in the backed.
We have multiple domains configured on this mail server and separate skins configured for each domain.
When a user logon to his/her mailbox, click on Settings->Preferences tab -> Interface skin dropdown option is listing all the domains. We want to restrict users accessing skins of other domains, or disable "Interface skin" option itself for the end users.
Any help on this woud be highly appreciated.
hi, take a look in config/main.inc.php you should find a $rcmail_config['dont_override'] option, you can put the name of any per user option in there which you dont want to be overridden. eg $rcmail_config['dont_override'] = array('skin'); the option will then be removed from the personal settings page.
That was cool
Thanks very much JohnDoh :)