• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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