You can fine tune access to roundcube with DB settings. For details have a look at [[Web Application RPM#New DB settings]].
You can fine tune access to roundcube with DB settings. For details have a look at [[Web Application RPM#New DB settings]].
+
+
+
====To Activate Roundcube Plugin====
+
Plugins need to be allowed in the main.config.php of roundcube, you can also write options in this file. If you want to modify options you have to modify the template in /etc/e-smith/templates/opt/roundcube/config/main.inc.php/20plugin
+
Please add all plugins you want to activate in the command line below : $rcmail_config['plugins'] = array('plugin1','plugin2','plugin3');
+
where "plugin*" is a valid name of plugin and a valid folder name in /opt/roundcube/plugins
For special needs you should create your personal template file if you want your config file will not be overwritten by the smeserver-roundcube templates.