Roundcube Community Forum

 

Setting up default settings Roundcube serverwide

Started by itmonitor, June 06, 2017, 08:31:32 AM

Previous topic - Next topic

itmonitor

Hi!

I am new to RoundCube.  I need to apply settings serverwide: forcing all emails into html, writing new email above received email, font used by all users and other email configuration like those. Could not find where I can configure RoundCube settings so they will apply serverwide.

Any advice is welcome.

rgs

IM

SKaero

You can set the defaults in the config.inc.php, look in the defaults.inc.php for the settings and copy them over config.inc.php to set them.

rm13

You may also want to check the bin directory for moduserprefs.sh if you already have users that you are trying to change preferences on.

Forcing all to html email is a bit harsh though, I prefer plain text email.  :D


itmonitor

Quote from: SKaero on June 06, 2017, 10:09:25 AM
You can set the defaults in the config.inc.php, look in the defaults.inc.php for the settings and copy them over config.inc.php to set them.

Thank you. I set the defaults in the config.inc.php . Sorry if this seems obvious, but what is the use of the defaults.inc.php since config.inc.php was modified?

SKaero

The defaults.inc.php holds all config options but is overwritten when Roundcube is updated so any settings you want to change should be copied to the config.inc.php since it isn't overwritten when Roundcube is upgraded.