Changes

Jump to navigation Jump to search
405 bytes added ,  19:03, 27 November 2014
Line 57: Line 57:  
  expand-template /opt/roundcube/config/main.inc.php
 
  expand-template /opt/roundcube/config/main.inc.php
   −
====Your personal settings====
+
====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 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
+
* The config file is now templated, so changes need to be made in a new fragment
  nano /etc/e-smith/templates/opt/roundcube/config/main.inc.php/21plugin-personal
+
  # ll /etc/e-smith/templates/opt/roundcube/config/config.inc.php/
 +
10default_host          15Ldap_addressbook      20plugins_configuration  template-begin          template-end           
   −
with all your special options you want and perform this CL to expand templates
+
* check which setting you want to change with
  expand-template /opt/roundcube/config/main.inc.php  
+
cat /opt/roundcube/config/defaults.inc.php
 +
or for a plugin like managesieve
 +
cat /opt/roundcube/plugins/managesieve/config.inc.php.dist
 +
 
 +
* Add the new settings in a new file
 +
vim /etc/e-smith/templates/opt/roundcube/config/config.inc.php/30my_custom_settings
 +
or for a plugin like managesieve
 +
  vim /etc/e-smith/templates-custom/opt/roundcube/plugins/managesieve/config.inc.php
 +
 
 +
* Now you have to expand
 +
signal-event conf-roundcube
   −
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.
 
All plugins in /opt/roundcube/plugins/ comes with their own config.inc.php.dist which you can use to set default options.
      
====Limit access to roundcube====
 
====Limit access to roundcube====

Navigation menu