Changes

Jump to navigation Jump to search
593 bytes added ,  12:25, 1 June 2014
Line 199: Line 199:  
Now when you want to update your plugin list, you can issue simply  
 
Now when you want to update your plugin list, you can issue simply  
 
   rcplugin_update.sh
 
   rcplugin_update.sh
 +
 +
=== Local Settings ===
 +
The config file is now templated, so changes need to be made in a new fragment
 +
# ll /etc/e-smith/templates/opt/roundcube/config/config.inc.php/
 +
10default_host          15Ldap_addressbook      20plugins_configuration  template-begin          template-end           
 +
 +
check which setting you want to change with
 +
cat /opt/roundcube/config/config.inc.php.sample
 +
then add the new setting in the new fragment and expand, it will overrule the old
 +
expand-template /opt/roundcube/config/config.inc.php
 +
 +
If you think your setting should be the SME default raise a bug

Navigation menu