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(shantanu@techblue.co.in): acl: initializing backend with data: vfile Jun 23 17:50:54 node01 dovecot: IMAP(shantanu@techblue.co.in): acl: acl username = shantanu@techblue.co.in Jun 23 17:50:54 node01 dovecot: IMAP(shantanu@techblue.co.in): acl: owner = 0 Jun 23 17:50:54 node01 dovecot: IMAP(shantanu@techblue.co.in): acl vfile: file /var/mail/public/.test1/dovecot-acl not found Jun 23 17:50:54 node01 dovecot: IMAP(shantanu@techblue.co.in): acl vfile: reading file /var/mail/public/.test/dovecot-acl
My dovecot-acl file reads "user=shantanu@techblue.co.in lr"
It looks I have some problem with my dovecot-acl file,
Can anybody please suggest.
Thanks in Advance
Shantanu