[Q] How to install roundcube plugins?

Hi to all, I’d like to understand what is the way to install plugins for roundcube…

You need to use the command line of your server (connect via ssh).
As far as I know it is not recommended to modify the Mail-in-a-Box installation in this way. It might give you troubles with upcoming updates.

Where is the roundcube root at in the server? I have access but I’m having trouble finding roundcube. Thanks.

From the setup script webmail.sh

RCM_DIR=/usr/local/lib/roundcubemail
RCM_PLUGIN_DIR=${RCM_DIR}/plugins
RCM_CONFIG=${RCM_DIR}/config/config.inc.php```
1 Like