Skip to main content

Keep RoundCube enabled after cPanel update

Comments

3 comments

  • cPRex Jurassic Moderator

    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
  • Juanzo

    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
  • quietFinn

    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.