Keep RoundCube enabled after cPanel update
We are following this guide to enable zipdownload plugin at RoundCube, to allow our clients to download all attachments in a zip file.
https://support.cpanel.net/hc/en-us/articles/1500005353841-How-To-Enable-Disable-Roundcube-Plugins
It works perfectly but after any cPanel update, the file /usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.php is overwritten and the zipdownload plugin is disabled.
Is there any way to avoid this and keep this plugin enabled after cPanel updates?
-
Hey there! No, there is no supported way to perform that work as every cPanel update will alter the configuration file and reset your changes.
0 -
Thanks for your reply cPRex.
Is there any other way to keep this preinstalled plugin enabled?
Maybe some other way than editing that file?The plugin comes really handy for clients that receive plenty of attachments.
0 -
If you look at the bottom of /usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.php
you see:
// Cpanel include to ensure mandatory values are set and not broken by custom updates
$incfiles = glob("/usr/local/cpanel/base/3rdparty/roundcube/config/inc.d/*.php");
foreach($incfiles as $incphp){
include $incphp;
}
so you should be able to put your own config file in directory /usr/local/cpanel/base/3rdparty/roundcube/config/inc.d/1
Please sign in to leave a comment.
Comments
3 comments