Hi guys, I have a problem with namespases in Dovecot: namespace public { separator = / prefix = Public/ location = maildir:/home/mail/public } namespace private { separator = / prefix inbox = yes } namespace private works well, but I can't subscribe to namespace Public in Outlooks Express, The Bat! and Mozilla Thunderbird. Outlook shows error 'Mailbox doesn't exist: Public'. Same with The Bat!. maildir:/home/mail/public exists and has correct rights: # ls -alh /home/mail/public/ total 0 drwx------ 5 mail mail 184 Jul 2 21:55 . drwxr-x--- 4 mail root 104 Jul 2 21:01 .. drwx------ 2 mail mail 48 Jul 2 21:01 cur -rw-r--r-- 1 mail mail 0 Jul 2 21:54 dovecot-shared drwx------ 2 mail mail 48 Jul 2 21:01 new -rw-r--r-- 1 mail mail 0 Jul 2 21:55 subscriptions drwx------ 2 mail mail 48 Jul 2 21:01 tmp # dovecot --version 1.0.1 # uname -rsm Linux 2.6.20-gentoo-r8 i686 Any help appreciated :) -- Sergey
On 3.7.2007, at 13.08, Sergey A. Kobzar wrote:> namespace private works well, but I can't subscribe to namespace > Public in Outlooks Express, The Bat! and Mozilla Thunderbird. Outlook > shows error 'Mailbox doesn't exist: Public'. Same with The Bat!.Why do you want to subscribe to a namespace prefix? It's not a mailbox. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20070703/e676b60e/attachment-0002.bin>
Hi Timo, Tuesday, July 3, 2007, 4:26:58 PM, you wrote:> On 3.7.2007, at 13.08, Sergey A. Kobzar wrote:>> namespace private works well, but I can't subscribe to namespace >> Public in Outlooks Express, The Bat! and Mozilla Thunderbird. Outlook >> shows error 'Mailbox doesn't exist: Public'. Same with The Bat!.> Why do you want to subscribe to a namespace prefix? It's not a mailbox.Hm... Could you please explain what is it? I want use this namespace for: 1. Lear SpamAssassin for spam and harm (users must able drag messages into these folders). 2. Keep public info like address book there. 3. Keep some messages. Is it possible to do such tasks with Public namespace I configured? Looks like I can't see Public folder in MUA at all. -- Sergey