Line 220: |
Line 220: |
| rcplugin_update.sh | | rcplugin_update.sh |
| | | |
− | ==== Local 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. |
| + | |
| * 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/ |
Line 227: |
Line 230: |
| * 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 for a plugin managesieve | + | or for a plugin like managesieve |
| cat /opt/roundcube/plugins/managesieve/config.inc.php.dist | | cat /opt/roundcube/plugins/managesieve/config.inc.php.dist |
| | | |
− | * Add the new setting in a new file | + | * Add the new settings 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 |
| + | or for a plugin like managesieve |
| + | vim /etc/e-smith/templates-custom/opt/roundcube/plugins/managesieve/config.inc.php |
| | | |
| * Now you have to expand | | * Now you have to expand |
| signal-event conf-roundcube | | signal-event conf-roundcube |
| + | |
| + | |
| + | All plugins in /opt/roundcube/plugins/ comes with their own config.inc.php.dist which you can use to set default options. |
| | | |
| {{Note box|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}} |