• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved dovecot webmail filters missing after upgrade 17.5 to 17.8#4

TomBoB

Silver Pleskian
Hi all,

a client alerted us to the fact that he can no longer set his out-of-office (vacation) filter in dovecot webmail. All the pre-defined templates that existed in dovecot running with Onyx 17.5 have gone missing.

They appear to have been removed / deleted during the upgrade from Onyx 17.5 to Onyx 17.8#4

The Horde webmail filter templates are still there after the upgrade.

I am aware that during an upgrade / a migration "Custom webmail configurations like personal folders, address books and so on are not transferred." but we didn't expect the pre-defined webmail filter templates for dovecot to be wiped.

Anyone else have this issue?

EDIT:
on further investigation, Onyx 17.5 has the following plugins enabled (/usr/share/psa-roundcube/config/defaults.inc.php):
Code:
$config['plugins'] = array('password', 'markasjunk2', 'sieverules');
whereas Onyx 17.8 uses a different sieve engine apparently:
Code:
$config['plugins'] = array('password', 'markasjunk2', 'managesieve');

Is there a way to re-generate (similar to) the old pre-defined templates - especially the vacation one - for all clients using dovecot again?
I see that /usr/share/psa-roundcube/plugins/managesieve/lib/Roundcube/rcube_sieve_vacation.php exists.

Cheers,
Tom
 
Spent another 30min on the topic again. Found the solution:

On CentOS7, Onyx 17.8#6 using roundcube for webmail, go to /usr/share/psa-roundcube/plugins/managesieve/ and edit the config.inc.php .

$config['managesieve_vacation'] = 1;

It'll add a separate Vacation (Out-of-Office) section below the Filters section. [Maybe Plesk can make this a default setting in the future]

Hope others find this useful.
 
Back
Top