Thank you, I solved it.
For all others wondering, how to enable plugins in RoundCube, it's really simple.
- Download your plugin and copy it to \etc\sentora\panel\etc\apps\webmail\plugins
- Go to \etc\sentora\configs\roundcube
- Open config.inc.php (Roundcube 1.0.x and newer) or main.inc.php (Roundcube 0.9.5)
- Search for this line: $rcmail_config['plugins'] = array('managesieve');
- Add the name of your plugin to the array ex.: $rcmail_config['plugins'] = array('managesieve', 'archive');
- Login to your Roundcube Webmail and off you go!
For a list of all installed Plugins, click on "About" in the top left corner.
I hope this helps some of you.
For all others wondering, how to enable plugins in RoundCube, it's really simple.
- Download your plugin and copy it to \etc\sentora\panel\etc\apps\webmail\plugins
- Go to \etc\sentora\configs\roundcube
- Open config.inc.php (Roundcube 1.0.x and newer) or main.inc.php (Roundcube 0.9.5)
- Search for this line: $rcmail_config['plugins'] = array('managesieve');
- Add the name of your plugin to the array ex.: $rcmail_config['plugins'] = array('managesieve', 'archive');
- Login to your Roundcube Webmail and off you go!
For a list of all installed Plugins, click on "About" in the top left corner.
I hope this helps some of you.