Hi All,
I am trying to achieve ACL set in Public folders, I have public namespace in
dovecot.conf like this
namespace public {
separator = /
prefix = Public/
location = maildir:/var/mail/public/
subscriptions = no
}
and now under public folder I have two subfolders .test and .test1 . I have
created dovecote-acl under .test so that it can be seen and subscribe.
but I can't see those subfolders in public folder. Logs says
Jun 23 17:50:54 node01 dovecot: IMAP([email protected]): acl:
initializing backend with data: vfile
Jun 23 17:50:54 node01 dovecot: IMAP([email protected]): acl: acl
username = [email protected]
Jun 23 17:50:54 node01 dovecot: IMAP([email protected]): acl: owner =
0
Jun 23 17:50:54 node01 dovecot: IMAP([email protected]): acl vfile:
file /var/mail/public/.test1/dovecot-acl not found
Jun 23 17:50:54 node01 dovecot: IMAP([email protected]): acl vfile:
reading file /var/mail/public/.test/dovecot-acl
My dovecot-acl file reads "[email protected] lr"
It looks I have some problem with my dovecot-acl file,
Can anybody please suggest.
Thanks in Advance
Shantanu