Roundcube Plugin Configuration
Hi
I want to make some changes to webmail:
- disable the calendar plugin in roundcube webmail
-directly log in to roundcube, disallow access to "webmail home"
- optional: change the logo for the login page, replace "webmail" with our logo and maybe set another background color.
But let's start with the calendar first. I did the following steps:
- changed the config.inc.php and removed the calendar plugin
- restarted the service
- the calendar was still there.
because we use cloudlinux/cagefs i check if the changes are synced with the cagefs-skeleton. so i inspected the file under /usr/share/cagefs-skeleton/usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.php and it had also removed the plugin 'calendar.
what am i doing wrong? we use cpanel 120.0.5 / cloudlinux 8.9.0 / litespeed server 6.2.2.
thanks for your help
-
In the bottom of /usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.ph
there is:
// Cpanel include to ensure mandatory values are set and not broken by custom updates
include '/usr/local/cpanel/base/3rdparty/roundcube/config/cpanel_config.php';in:
/usr/local/cpanel/base/3rdparty/roundcube/config/cpanel_config.phpthere is:
$mandatory_plugins = ['cpanellogin','cpanellogout','archive','calendar', 'return_to_webmail','carddav','markasjunk','cpanelicsimport','cpanelvcfimport']0 -
i do not have "cpanel_config.php" in /usr/local/cpanel/base/3rdparty/roundcube/config/
0 -
Seems I was looking in an older server, how about:
/usr/local/cpanel/base/3rdparty/roundcube/config/inc.d/99-cpanel_config.inc.php0 -
thanks, that worked. should i also enable cpanel DAV Daemon in service manager? we don't need webdisk, calendars and contacts to be synced.
clients only need webmail access.
0
Please sign in to leave a comment.
Comments
4 comments