Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: mikekgr on July 08, 2020, 03:03:43 AM

Title: Pre-config default settings Preferences for all users
Post by: mikekgr on July 08, 2020, 03:03:43 AM
Dear Sirs,
I have Roundcube Webmail 1.4.7 installed in my Ubuntu server 20.04
I want to pre-config settings (Preferences) and make them defaults for all of my users in order to have the same "starting environment". To make clear what I want think that I want to set default User Interface settings for Main Options (Language, Time zone etc) as well as the other Preferences: Mailbox View etc  Ofcourse if any user put then his preferences, that is fine, the system will have their preferences for this particular email account.
The question is: Is this possible? If yes, how can achieve it? (Please with details as I am newbie with Roundcube)

Thanks and Best Regards.
Title: Re: Pre-config default settings Preferences for all users
Post by: SKaero on July 08, 2020, 01:05:45 PM
You can set the defaults by copying the config options from the <RC root>/config/defaults.inc.php file to the <RC root>/config/config.inc.php Look under the "USER INTERFACE" section in the defaults.inc.php file for the UI settings.
Title: Re: Pre-config default settings Preferences for all users
Post by: mikekgr on July 09, 2020, 03:17:50 AM
Many thanks for your reply.