• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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