• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Dovecot global rules

Geraldo V Vieira

New Pleskian
Server operating system version
Ubuntu 24.04.3 LTS
Plesk version and microupdate number
Plesk Obsidian 18.0.73 Update 2
Before the latest update I had global rules set up and it worked perfectly but now it will not work and dobecot will not even start, I have to delete the global rules for it to start.

So I had the following set up:
Code:
/etc/dovecot/conf.d/99-hostoncilla-sieve.conf

With:
Code:
plugin {
    sieve_before = /var/qmail/popuser/hivemail-global.sieve
}

And:
Code:
/var/qmail/popuser/hivemail-global.sieve

With:

Code:
require ["fileinto"];
# rule:[Spam]
if anyof (header :contains "X-Spam-Flag" "YES", header :contains "Received-SPF" "softfail", header :contains "Received-SPF" "fail")
{
    fileinto "Spam";
    stop;
}

But now I'll I'm getting is an error saying the it doesn't recognise "plugin" name. I've tried a few other different ways and no matter what I try is to will not work.
 
Back
Top