Re: [Dovecot] Namespaces and shared folders

2008-11-28 Thread bbell2000
giuliano wrote: I prefer to define everything, even the values that have a default, so I would define location (even if mail_location should apply to the default namespace) and the separator. Great suggestion. I've changed my namespaces as follows: namespace private {

Re: [Dovecot] Namespaces and shared folders

2008-11-28 Thread Timo Sirainen
On Nov 28, 2008, at 6:44 PM, bbell2000 wrote: Great suggestion. I've changed my namespaces as follows: Rather do it the other way around: namespace private { separator = prefix = INBOX. prefix = location = maildir:~/Maildir inbox = yes } namespace public { separator = /

Re: [Dovecot] Namespaces and shared folders

2008-11-28 Thread bbell2000
Found the clue I was looking for at http://www.mailinglistarchive.com/dovecot@dovecot.org/msg08557.html. Seems to be working fine now. -- View this message in context: http://www.nabble.com/Namespaces-and-shared-folders-tp20727713p20737738.html Sent from the Dovecot mailing list archive at

[Dovecot] Namespaces and shared folders

2008-11-27 Thread bbell2000
I had a working dovecot install before I tried to implement shared folders using namespaces. I added the following to /etc/dovecot/dovecot.conf: namespace private { separator = prefix = inbox = yes } namespace public { separator = / prefix = location =