On 2011-01-12 1:10 PM, Dave wrote:
I have this in my public namespace, and it works well: ... What does your dovecot -n say?
I assume these are the lines you're looking for from dovecot -n?
mail_plugins: acl imap_acl plugin: acl: vfile
Also, I just saw when I ran that command that it's Dovecot 1.1 series. Not 1.2 series. My bad. :( Will that make a difference? I also am not super-familiar with namespaces, so I don't know that any are set up in any way. I'll look at the documentation for namespaces.
David
It is supposed to still work with 1.1, you just don't have the ability to use IMAP to change acls.
One thing to check is that the dovecot-acl file you created has the same owner and permissions as the folder in which it resides.
Also note that you will need the dovecot-acl file in every folder that you want it to apply to, including the sub-folders. ACLs are only inherited by new folders from their parent when they are created.
-Greg