Hi,
I got a question on roundcube plugins and didn't know where it fits best, thus I put it here. Feel free to move the thread, if wanted...
Is it possible to enable/disable plugins on a per user basis?
Especially for testing plugins or for plugins that are under development and in an unstable state it would be quite handy if one could enable these plugins for certain users only.
Best regards,
Daniel.
AFAIK plugins can only be enabled on a global enviroment.
An alternative can be a second RoundCube enviroment with a fixed user set, which connects to the same IMAP-server as the default set.
To prevent new users, set the following in the ./config/main.inc.php in the second enviroment:
$rcmail_config['auto_create_user'] = false;