# dovecot --version 1.2.1 I'm trying to configure ACLs for public folders. I have: -------------------------------------------------------------------------------- namespace public { separator = / prefix = shared2/ location = maildir:/home/pubfolders2:INDEX=~/Maildir/public2 subscriptions = no list = children } protocol imap { mail_plugins = acl } plugin { acl = vfile } -------------------------------------------------------------------------------- I have /home/pubfolders2/dovecot-acl containing: user=xyz lrwstiekxa I've also hardlinked the file to /home/pubfolders2/.info (one of the public folders: that dir contains cur,tmp,new). Since enabling ACLs in dovecot.conf, none of the users see the 'shared2' namespace. I've clearly misunderstood something. I'm expecting user xyz to be able to see the public folder. Grateful for any pointers. Thanks, Keith
On Aug 28, 2009, at 8:43 AM, Keith Edmunds wrote:> # dovecot --version > 1.2.1..> location = maildir:/home/pubfolders2:INDEX=~/Maildir/public2..> I have /home/pubfolders2/dovecot-acl containing:The file isn't read by 1.2.1. Upgrade.
On Fri, 2009-08-28 at 13:43 +0100, Keith Edmunds wrote:> namespace public { > separator = / > prefix = shared2/ > location = maildir:/home/pubfolders2:INDEX=~/Maildir/public2 > subscriptions = no > list = children > }..> Since enabling ACLs in dovecot.conf, none of the users see the 'shared2' > namespace.Does it work if you use list=yes instead of list=children? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090828/99b3f599/attachment-0002.bin>