[Dovecot] Shared Namespace and correct location
Hello again,
i still have problems using a Shared Namespace in my configuration.
I'm using Dovecot 2.2.9.
mail_location = maildir:/home/vmail/%d/%n/MAILDIR:INDEX=/home/vmail/%d/%n/INDEX/
namespace inbox { type = private separator = / prefix = inbox = yes }
This works create.
But: namespace { type = shared separator = / prefix = shared/%%u/ location = maildir:/home/vmail/%%d/%%u/MAILDIR/shared:INDEX=/home/vmail/%d/%u/INDEXS/%%u subscriptions = no list = children }
I'm still not sure how i can see a shared mailbox on a different account. I can add ACL rules and dovecot is adding SQL-Entries to the user-shares table. The dovecot-acl-list file is created too, hope this is okay (vfile + SQL)
But i can't see the shared folder on the target account.
I tried many location-pathes, but not sure how i can add the right folder. There must be a problem with %%d and %%u.
Thank you very much, Dieter
Dieter Knopf wrote:
Hello again,
i still have problems using a Shared Namespace in my configuration.
I'm using Dovecot 2.2.9.
mail_location = maildir:/home/vmail/%d/%n/MAILDIR:INDEX=/home/vmail/%d/%n/INDEX/ ^^^^^^^^^^^^^^^^ namespace inbox { type = private separator = / prefix = inbox = yes }
This works create.
But: namespace { type = shared separator = / prefix = shared/%%u/ location = maildir:/home/vmail/%%d/%%u/MAILDIR/shared:INDEX=/home/vmail/%d/%u/INDEXS/%%u ^^^^^^^^^^^^^^ The paths don't match
subscriptions = no list = children }
I tried many location-pathes, but not sure how i can add the right folder. There must be a problem with %%d and %%u.
Check out my response to "Re: [Dovecot] Shared Folters with LDA/Sieve" from 19.01.2014 17:20.
-- Steffen
participants (2)
-
Dieter Knopf
-
Steffen Kaiser