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

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