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

Question "# doveadm expunge" does not work. Is this a Plesk issue ? How to make this work?

MHC_1

Regular Pleskian
Server operating system version
Alma Linux 9.7
Plesk version and microupdate number
Obsidian 18.0.79 Update #4
On command line as root we need to be able to use "doveadm expunge" . Plesk installed Dovecot Version 2.4.4

Command:

# doveadm expunge -u [email protected] mailbox '*' HEADER From '[email protected]' all

This is run but I have the mailbox open elsewhere and the email is not deleted.

Likewise;

# doveadm expunge -u [email protected] mailbox '*' HEADER From 'WordPress <[email protected]>' all

Also does not seem to work. Email remains in the mailbox.

Is this a Plesk constriction?

How can we make the command line remove certain emails from certain "from" addresses via Dovecot?
 
UPDATE:

Debugging shows:
Jul 29 18:08:55 doveadm([email protected]): Debug: open(/proc/self/io) failed: Permission denied (euid=30(popuser) egid=30(popuser) missing +r perm: /proc/self/io)

Which shows read permission is not granted. We are able to open /proc/self/io from the command line.
 
Back
Top