Customise Roundcube settings

I want to be able to change default settings for Roundcube (e.g. theme, etc.) but the config.inc.php file says:

/*
 * Do not edit. Written by Mail-in-a-Box. Regenerated on updates.
 */

So how can I make the changes permanent on mail-in-a-box updates?

2 Likes

+1 I need to know this as well

+1 here as well. (add characters to get my post past 20 characters)

I figured out a solution for this customization problem.

Just like we have to run a script to install/update MiaB, there should be another script to enable customizations after updates. Sure, you’ll have to run an additional command (or set of them), but it’s better than nothing. I haven’t gotten started on any of this yet, but I think it’s a good solution.

any meaningful solutions on this?

Just FYI, for other people finding this thread, the Roundcube application by default is found in usr/local/lib/roundcubemail/.

2 Likes

As you surely already guessed, you need to edit/customize the usr/local/lib/roundcubemail/config.inc.php file and apply your custom preferences right after every new MiaB upgrade (manually or by running a custom script).

Hope this helps enough!

2 Likes