Changes

Jump to navigation Jump to search
1,340 bytes added ,  17:50, 26 October 2013
Line 41: Line 41:  
=== Options ===
 
=== Options ===
 
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
 +
 +
see the file 20plugin for example
 +
 +
nano /etc/e-smith/templates/opt/roundcube/config/main.inc.php/20plugin
 +
save by ctrl+x
 +
expand-template /opt/roundcube/config/main.inc.php
 +
 +
====Your personal settings====
 +
 +
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.
 +
 +
For example do
 +
nano /etc/e-smith/templates/opt/roundcube/config/main.inc.php/21plugin-personal
 +
 +
with all your special options you want and perform this CL to expand templates
 +
expand-template /opt/roundcube/config/main.inc.php
 +
 +
You can read the file below to know further options you can activate
 +
less /opt/roundcube/config/main.inc.php.dist
 +
 +
All plugins in /opt/roundcube/plugins/ comes with their own config.inc.php.dist which you can use to set default options.
     

Navigation menu