Hi,
I want to change some default Roundcube options, like timezone and language for example.
From what I read, the settings are defined on the file: defaults.inc.php
, but I should not edit this file. Instead, I should edit config.inc.php
adding there the strings of the settings I want to change.
Is this correct and will the settings persist after a Enhance/Roundcube update? If correct, I will change the config.inc.php
both on the CP and on the Mail server.
Final question is what config.inc.php
file to change, since when searching find / -name config.inc.php
it shows many results, but when search for find / -name defaults.inc.php
it shows only one location both on CP and Mail server: /var/www/XXXXX/public_html/config/defaults.inc.php
So, I guess the correct config.inc.php to change is the one located on the same folder:
/var/www/XXXXX/public_html/config/config.inc.php
Is this the file to change? Thanks