17 Jun
2011
17 Jun
'11
6:54 p.m.
On 2011-06-17 8:29 AM, kumar shantanu wrote:
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@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
suggestion #1: post the output of dovecot -n
-Greg