Changes

From SME Server
Jump to navigationJump to search
13 bytes added ,  17:51, 26 October 2013
Line 44: Line 44:     
====To Activate Roundcube Plugin====
 
====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
+
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<br />
Please add all plugins you want to activate in the command line below : $rcmail_config['plugins'] = array('plugin1','plugin2','plugin3');
+
 
 +
Please add all plugins you want to activate in the command line below :
 +
$rcmail_config['plugins'] = array('plugin1','plugin2','plugin3');<br />
 
where "plugin*" is a valid name of plugin and a valid folder name in /opt/roundcube/plugins
 
where "plugin*" is a valid name of plugin and a valid folder name in /opt/roundcube/plugins
   Line 52: Line 54:  
  nano /etc/e-smith/templates/opt/roundcube/config/main.inc.php/20plugin
 
  nano /etc/e-smith/templates/opt/roundcube/config/main.inc.php/20plugin
 
save by ctrl+x
 
save by ctrl+x
  expand-template /opt/roundcube/config/main.inc.php  
+
  expand-template /opt/roundcube/config/main.inc.php
    
====Your personal settings====
 
====Your personal settings====

Navigation menu