[Dovecot] public folders question
Hi,
Shared folders is ok now. and when I create a public folder follow the doc http://wiki.dovecot.org/SharedMailboxes/Public, I can not get the boxes listed.
namespace: type: public separator: / prefix: public/ location: maildir:/home/data/public:INDEX=~/Maildir/public list: children
# ls /home/data/public/ -a . .. dovecot-shared .test1 .test2 .test3
And then, I checked the shared folders created by 'setacl' command, and add a dovecot-acl-list file in the root public folder, ok, I got it.
# cat /home/data/public/dovecot-acl-list 1239108915 test1
so, 'dovecot-acl-list' should be created manually or any other methods?
Thanks!
-- Xueron Nee http://www.xueron.com
On Tue, 2009-04-07 at 21:39 +0800, Xueron Nee wrote:
Shared folders is ok now. and when I create a public folder follow the doc http://wiki.dovecot.org/SharedMailboxes/Public, I can not get the boxes listed. .. And then, I checked the shared folders created by 'setacl' command, and add a dovecot-acl-list file in the root public folder, ok, I got it.
# cat /home/data/public/dovecot-acl-list 1239108915 test1
so, 'dovecot-acl-list' should be created manually or any other methods?
dovecot-acl-list should be recreated automatically when it doesn't exist. It contains a list of mailboxes that have 'l' right mentioned in their dovecot-acl file. Did you have those?
participants (2)
-
Timo Sirainen
-
Xueron Nee