• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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