Roundcube Settings :: Mass changes for all users possible?

brt

Well-Known Member
Jul 9, 2015
105
10
68
US
cPanel Access Level
Root Administrator
We only have Roundcube enabled, and I'm wondering if it's possible to have some things done automatically instead of individually.

Things like...
1.) Bypass the "Got it" dialogue upon first Paper Lantern login, and set Roundcube as the default webmail.
2.) Move the Sender column to be first in Roundcube instead of the Subject being first.
3.) Set the Address Book to sort by Display Name.
4.) View 100 messages per page instead of 50.

I presume if this is possible it would be a custom script or something along those lines.

Can anyone help?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,260
463
Hello :)

The setting that controls the default webmail application for individual email accounts is located in the following file:

Code:
/home/$username/.cpanel/nvdata/$emailuser_default_webmail_app
However, it's likely you want a setting to automatically make this change for any new account. There's no functionality for this, but there's a feature request at:

https://features.cpanel.net/topic/a...ualt-webmail-client-applicaiton-for-all-users

The following document should help with your Roundcube customization questions:

How to Customize Roundcube Webmail

Thank you.