[Dovecot] dovecot 1.2 shared namespace/mailboxes %%u expands only to %

Timo Sirainen tss at iki.fi
Tue Jan 13 03:48:42 EET 2009


On Wed, 2009-01-07 at 00:17 +0100, Robert Schetterer wrote:
> Timo Sirainen schrieb:
> > On Wed, 2009-01-07 at 00:05 +0100, Robert Schetterer wrote:
> >> namespace shared {
> >>    separator = /
> >>    prefix = "shared/%d/%%u/"
> >>    subscriptions = yes
> >>    list = yes
> >> }
> > ..
> >> %%u seems not expand to other existing users instead it expands to %
> > 
> > Worked last I tried. Show the whole dovecot -n output?
> > 
> here it is ( without ip )
> quota imap was working but temp disabled for testing
> additional failure
> loading listescape and autocreate, brakes autocreate

Works here .. Maybe try the latest nightly snapshots? Perhaps things
have been fixed there already.

> namespace:
>   type: shared
>   separator: /
>   prefix: shared/%d/%%u/
>   list: yes
>   subscriptions: yes

You're missing location for other users' maildirs here. Should probably
be:

  location = maildir:/usr/local/virtual/%%d/%%u/Maildir:INDEX=~/Maildir/shared/%%u

>   acl_dict: file:/var/lib/dovecot/shared-mailboxes
>   acl_shared_dict: file:/var/lib/dovecot/shared/mailboxes

What are the contents of this file? Also you'll only need
acl_shared_dict. Looks like dovecot-example.conf incorrectly used
acl_dict.

Anyway..:

> dovecot: Jan 06 23:53:14 Info: IMAP(robert at schetterer.com): Namespace
> shared/schetterer.com/%/: Permission lookup failed from
> /var/run/dovecot/user-not-found/%

See the "namespace shared/schetterer.com/%/" part. You were somehow
trying to look up a user called "%". Although unknown user lookups
shouldn't cause error messages to be written to log files. Have to get
this fixed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20090112/ecb3d4b2/attachment.bin 


More information about the dovecot mailing list