Skip to main content

Installing custom roundcube RPM in Cpanel version 58 and newer

Comments

9 comments

  • Infopro
    I actually just want to be able to mark emails as spam and not rely on the antispam script.

    Are you speaking of SpamAssassin?
    0
  • Miguel G
    Yes, it's activated. I know roundcube can have a button enabled to mark emails as spam
    0
  • Infopro
    I know roundcube can have a button enabled to mark emails as spam

    Where have you seen this?
    0
  • Miguel G
    I happen to have seen it in a webmail from a mail provider and they are using roundcube. I attach a screenshot (It"s in Spanish, but the button is named SPAM)
    0
  • rpvw
    Roundcube has a comprehensive library of plugins that are available from Roundcube Webmail Plugin Repository I believe the screenshot you show, probably has one or more of these plugins deployed. I do not know if they are compatible with, or can even be installed on, a cPanel deployment of Roundcube. I would exercise extreme cation before attempting to deploy any of these plugins, including having full bare metal server backups to fall back on if it all goes wrong !
    0
  • Miguel G
    Yes, this plugin might probably be markasjunk and in fact it"s the list of plugins of my Cpanel installation. However, I don"t understand why most of these plugins are not enabled and there are no instructions of how to enable them in a roundcube installation in Cpanel. Can anyone shed any light on this?
    0
  • Miguel G
    Well, searching around I see I can that in /usr/local/cpanel/base/3rdparty/roundcube/config/config.inc.php I changed it from
    $config['plugins"> = array('cpanellogin','cpanellogout');
    to
    $config['plugins"> = array('cpanellogin','cpanellogout','markasjunk');
    This works as expected, but I assume this won"t work if Roundcube gets updated, am I right?
    0
  • Miguel G
    After a few days working, an autoupdate removed this configuration. Any way to make it permanent?
    0
  • cPanelMichael
    After a few days working, an autoupdate removed this configuration. Any way to make it permanent?

    You could develop a script that makes the edit to the file and the set it to run via a post upcp hook: Guide to Standardized Hooks - Software Development Kit - cPanel Documentation Guide to Standardized Hooks - System Functions - Software Development Kit - cPanel Documentation Thank you.
    0

Please sign in to leave a comment.