Am 22.10.2009 um 16:14 schrieb Peter Fraser:
Hi All I'm trying to implement public folders. My dovecot -n readout is at the bottom. I created a maildir called resumes in /home/public
Its contents are: mail# ls -la /home/public/resumes total 6 drwx------ 3 vmail vmail 512 Oct 22 08:58 . drwx------ 4 vmail vmail 512 Oct 22 08:47 .. drwx------ 5 vmail vmail 512 Oct 22 08:58 Maildir -rw------- 1 vmail vmail 0 Oct 21 18:30 dovecot-acl-list
Hi,
the layout in the public namespace is supposed to be in maildir flavour. /home/public/.resumes
namespace: type: public separator: / prefix: public/ location: maildir:/home/public list: yes subscriptions: yes
So your shared folder should be called '.resumes' without a 'Maildir'
subdirectory in it. Instead of the file 'dovecot-acl-list' use
'dovecot-acl' inside that folder. The list ACL file 'dovecot-acl-list'
is then automatically created in the root directory.
Regards Thomas