[Dovecot] ACL enabled Public folder dovecot

kumar shantanu k.shantanu2006 at gmail.com
Fri Jun 17 18:29:00 EEST 2011


Hi All,

I am trying to do ACL enabled Public folder on dovecot version 1.1.20, but
the ACL thing is not working, the public folder is visible and accessible to
everyone.


 My dovecot config for public folder is like

########
namespace public {
  separator = /
  prefix = Public/
  location = maildir:/var/mail/public
  subscriptions = no
}
plugin {
   acl = vfile
}
#########

and I have my dovecot-acl file in /var/mail/public/.test which reads
**
user=test at mydomain.com    lrw
**
but every user can see the public folders and subscribe to it, which I don't
want :(

Can someone please suggest.


Thanks in Advance,
Shantanu


More information about the dovecot mailing list