Can I preconfigure Horde and set some preferences for all accounts/domains before they login for the first time? For example I want to set deleted messages to go at the trash folder and some other preferences.
I noticed that Horde is installed in /usr/local/cpanel/base/horde/
Which file should I edit to do what I want and will this file get overwritten after an update? I went to /usr/local/cpanel/base/horde/config/prefs.php and I saw this
Is the above correct, which way do you follow?
I noticed that Horde is installed in /usr/local/cpanel/base/horde/
Which file should I edit to do what I want and will this file get overwritten after an update? I went to /usr/local/cpanel/base/horde/config/prefs.php and I saw this
So should I create the file in /usr/local/cpanel/base/horde/config/prefs.d/prefs.local.php and write there my php code to override prefs.php ?IMPORTANT: DO NOT EDIT THIS FILE! DO NOT COPY prefs.php TO prefs.local.php!
* Local overrides ONLY MUST be placed in prefs.local.php or prefs.d/
Is the above correct, which way do you follow?