• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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