Changes

Jump to navigation Jump to search
53 bytes added ,  14:33, 27 November 2014
Line 220: Line 220:     
==== 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  
 
  # ll /etc/e-smith/templates/opt/roundcube/config/config.inc.php/
 
  # ll /etc/e-smith/templates/opt/roundcube/config/config.inc.php/
 
  10default_host          15Ldap_addressbook      20plugins_configuration  template-begin          template-end             
 
  10default_host          15Ldap_addressbook      20plugins_configuration  template-begin          template-end             
   −
check which setting you want to change with  
+
* check which setting you want to change with  
 
  cat /opt/roundcube/config/defaults.inc.php
 
  cat /opt/roundcube/config/defaults.inc.php
or
+
or for a plugin managesieve
 
  cat /opt/roundcube/plugins/managesieve/config.inc.php.dist
 
  cat /opt/roundcube/plugins/managesieve/config.inc.php.dist
   −
then add the new setting in a new file and expand,
+
* Add the new setting in a new file  
 
  vim /etc/e-smith/templates/opt/roundcube/config/config.inc.php/30my_custom_settings
 
  vim /etc/e-smith/templates/opt/roundcube/config/config.inc.php/30my_custom_settings
    +
* Now you have to expand
 
  expand-template /opt/roundcube/config/config.inc.php
 
  expand-template /opt/roundcube/config/config.inc.php
   −
If you think your setting should be the SME default raise a bug
+
{{Note box|If you think your setting should be the SME default raise a bug}}
    
====Limit access to roundcube====
 
====Limit access to roundcube====

Navigation menu