• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

roundcube auto-reply plugin (plesk compatible)

Sven L.

Regular Pleskian
Heya once again,

from all available roundcube plugins, could anyone suggest me which "auto-reply" plugin works with plesk and give me a hint on how to install it?

i found a few interesting plugins on the roundcube web, with instructions on how to install. but i am uncertain if they work with plesk and if the instalation process is the same.
 
I doubt if there any readily available plesk plugins for that feature ...
However, you could just fork one of them and make it compatible with Plesk ...

Installation of a plugin is pretty simple and straight forward ..
You put your plugin folder in to

Code:
/usr/share/psa-roundcube/plugins/

Then edit the main conf file

Code:
/usr/share/psa-roundcube/config/main.inc.php

And enable the plugin at

Code:
// List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array([...]);
 
from all available roundcube plugins, could anyone suggest me which "auto-reply" plugin works with plesk and give me a hint on how to install it?.
Sven L.,
FYI, Plesk auto-responders (which could be set in Plesk UI) are not compatible with any RoundCube plugin yet.
Simply because they are actually custom handlers for Postfix, as example.

As alternative, one can setup/create RoundCube auto-responders plugin that will be available in RoundCube UI.
 
Back
Top