All right, guys? Can you tell me if it's possible to setar the timeone of 100 email accounts at once, via some roundcube settings file?
may be the moduserprefs.sh script in the bin folder can help?
Thanks for reply! But, how to set this config? I'm a layman
Usage: moduserprefs.sh [options] pref-name [pref-value]
Options:
--user=user-id User ID in local database
--config=path Location of additional configuration file
--delete Unset the given preference
--type=type Pref-value type: int, bool, string
Because you want to update all users you can omit the --user param so the command would be something like:
./moduserprefs.sh timezone America/New_York
where "America/New_York" is the PHP timezone name (https://php.net/manual/en/timezones.php) for whatever timezone you want to set.