• 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 Filters

CJZ

Basic Pleskian
OS: Centos 6.5
Plesk 12.0.18 Update #23
Rouncube 1.0.0

I have had Roundcube installed and I went and changed the mail server from Courier to Dovecot. Is the installation of Dovecot supposed to make the 'Filters' tab appear in RoundCube or is there more that is supposed to be done?

I tried reinstalling Dovecot & Roundcube and the settings still do not appear.
 
The "sieve - filter" is a plugin for roundcube. You might be insterested in modifying your plugins for roundcube and have to edit the roundcube - configuration located at:

/usr/share/psa-roundcube/config/defaults.inc.php
( Section: // PLUGINS - - - as default, there should be this setting: $config['plugins'] = array('password', 'markasjunk2', 'sieverules'); )

Be aware that Plesk updates/patches/upgrades may overwrite specific manual settings and configurations located at "/usr/share/psa-roundcube/", because the roundcube package is a Plesk-modified version. There is as well an additional php.ini located at "/etc/psa-webmail/roundcube/php.ini", which you could modify, if there are no additional "include_path" - definitions. A quite usefull modification would be to set these options:
PHP:
include_path = ".:/bin:/usr/bin:/usr/local/bin:/usr/share/php:/usr/share/php5:/usr/share/perl:/usr/share/perl5:/usr/bin/python:/usr/bin/python3:/usr/share/psa-pear:/usr/share/psa-horde:/usr/share/psa-roundcube"


If you experience issues/problems/errors, please provide some log - entries from roundcube ( /var/log/plesk-roundcube/errors ) as well, so that investigations are easier.
 
Back
Top