[Dovecot] v1.2: Can't subscribe to shared user folder
Hi *,
I stumbled across a small bug (missing feature?) in the new shared name space stuff:
a001 list "" "*"
- LIST (\Noselect \HasChildren) "/" "user"
- LIST (\Noselect \HasChildren) "/" "user/bob@example.com"
- LIST (\HasChildren) "/" "INBOX"
- LIST (\HasNoChildren) "/" "INBOX/bar"
- LIST (\HasNoChildren) "/" "user/bob@example.com/brooklebookle"
- LIST (\HasNoChildren) "/" "user/bob@example.com/foobar" a001 OK List completed. a002 lsub "" "*" a002 OK Lsub completed. a003 subscribe "user/bob@example.com/foobar" a003 NO Unknown subscription namespace.
I'm quite sure this once worked in our original code (but of cause I could be mistaken).
cheers sascha
Sascha Wilde OpenPGP key: 4BB86568 http://www.intevation.de/~wilde/ http://www.intevation.de/ Intevation GmbH, Neuer Graben 17, 49074 Osnabrück; AG Osnabrück, HR B 18998 Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
On Wed, 2009-02-11 at 11:04 +0100, Sascha Wilde wrote:
a003 subscribe "user/bob@example.com/foobar" a003 NO Unknown subscription namespace.
What kind of namespace configuration do you have? This sounds like your shared namespace has subscriptions=no, but you don't have a namespace with empty prefix that has subscriptions=yes.
Timo Sirainen tss@iki.fi writes:
On Wed, 2009-02-11 at 11:04 +0100, Sascha Wilde wrote:
a003 subscribe "user/bob@example.com/foobar" a003 NO Unknown subscription namespace.
What kind of namespace configuration do you have? This sounds like your shared namespace has subscriptions=no, but you don't have a namespace with empty prefix that has subscriptions=yes.
You are right we added a prefix to the primary private namespace recently, adding subscriptions=yes to the shared namespace definition solves it.
I should have had a look at the current config before complaining -- sorry for the noise. :(
cheers sascha
Sascha Wilde OpenPGP key: 4BB86568 http://www.intevation.de/~wilde/ http://www.intevation.de/ Intevation GmbH, Neuer Graben 17, 49074 Osnabrück; AG Osnabrück, HR B 18998 Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
participants (2)
-
Sascha Wilde
-
Timo Sirainen