Changes

Jump to navigation Jump to search
270 bytes added ,  14:35, 27 November 2014
Line 123: Line 123:     
=== Local Settings ===
 
=== Local Settings ===
The config file is now templated, so changes need to be made in a new fragment  
+
* The config file is now templated, so changes need to be made in a new fragment  
* eg. /etc/e-smith/templates/opt/roundcube/config/main.inc.php/20local
+
# ll /etc/e-smith/templates/opt/roundcube/config/config.inc.php/
check which setting you want to change with
+
  10default_host          15Ldap_addressbook      20plugins_configuration template-begin          template-end           
  cat /opt/roundcube/config/main.inc.php.dist
  −
then add the new setting in the new fragment and expand, it will overrule the old
  −
  expand-template /opt/roundcube/config/main.inc.php
     −
If you think your setting should be the SME default raise a bug
+
* check which setting you want to change with
 +
cat /opt/roundcube/config/defaults.inc.php
 +
or for a plugin managesieve
 +
cat /opt/roundcube/plugins/managesieve/config.inc.php.dist
 +
 
 +
* Add the new setting in a new file
 +
vim /etc/e-smith/templates/opt/roundcube/config/config.inc.php/30my_custom_settings
 +
 
 +
* Now you have to expand
 +
signal-event conf-roundcube
 +
 
 +
{{Note box|If you think your setting should be the SME default raise a bug}}
    
=== Bugs ===
 
=== Bugs ===

Navigation menu