• 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 Dovecot Shared Folder (ACL)

Hello everyone,

I'm trying to implement the Shared Folder feature that Dovecot offers. I'd like to ask if anyone has any experience with this feature and if it is possible to implement using Plesk and most importantly if it can be implemented for particular domains. I understand that since you have ACLs that the access is managed, but how would that impact other users?

My implementation trials have been done on Plesk Obsidian since it's the latest version but I wouldn't mind implementing it on an older version.

The point I'm currently stuck is doveadm, since there has to be a configuration file which grabs information from a database table. Not sure if I have to create the table or with the appropriate query I could retrieve from the existing psa table.

I'm looking forward to your suggestions and thoughts.
 
I am also interested in knowing a little more about how to set up the ACL plugin for dovecot in a Plesk environment. When I enable the plugin, I then get the following error when trying to run doveadm acl commands:
Code:
Error: auth-master: userdb list: User listing returned failure
doveadm: Error: Failed to iterate through some users
How should I plug ACL into the plesk user database? Is it necessary to add an sql table?
 
Which exactly command do you try to run?
The `static` driver which is used by userdb does not support iterating over users. The `plesk` driver used by passdb doesn't provide it as well. So if you try to invoke `doveadm <command> -A ...` it will fail with message you've provided.
 
Back
Top