On Feb 6, 2008, at 9:30 PM, Jochen wrote:
On Wed, Feb 06, 2008 at 07:37:05PM +0200, you wrote:
That's the namespace prefix, the actual shared mailboxes should be under it. For example AATest/shared.
I modified the directory structure as follows:
/var/spool/imap/shared below that I have the (to be shared) Maildir folders aatest newbox test
In dovecot.conf I have --- snip --- namespace public { separator = / prefix = AAShared/ location = maildir:/var/spool/imap/shared:INDEX=/var/ mailindexes:CONTROL=~ hidden = no } --- snip ---
The line in the telnet dialog remains the same: --- snip ---
- LIST (\Noselect \HasChildren) "/" "AAShared"
This is correct. AAShared is a non-selectable namespace prefix. What
about AAShared/aatest, AAShared/newbox and AAShared/test? Or aren't
they listed at all?
Or did you create the maildir directories as "aatest" and not
".aatest"? The dot is required.