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