2 Oct
2009
2 Oct
'09
4:20 p.m.
On Oct 2, 2009, at 9:13 AM, Julien Danjou wrote:
At 1254487668 time_t, Timo Sirainen wrote:
On Oct 2, 2009, at 8:44 AM, Julien Danjou wrote:
. LSUB "" "%"
- LSUB () "." "INBOX" . OK Lsub completed.
LSUB does not return "public" as namespace :-(
LSUB returns only subscribed mailboxes. Is anything subscribed under public? dovecot -n output could also be useful.
You may have missed it, but in my telnet example I did: . subscribe public.Admin . OK Subscribe completed.
OK, I'll get that bug fixed. Anyway, you could already solve it by
doing something like:
namespace private { prefix = list = no }
i.e. get an empty namespace first where all subscriptions go, then set
subscriptions=no to all other namespaces.