2 Sep
2010
2 Sep
'10
5:44 p.m.
On Tue, 2010-08-31 at 11:33 +0100, Kenneth Cope wrote:
namespace { inbox = yes location = prefix = separator = . type = private }
This is ok.
namespace { hidden = yes inbox = no list = no location = prefix = INBOX separator = . type = private }
This doesn't much make sense and I doubt Dovecot actually uses it for anything. Just remove it.
namespace { list = children location = maildir:%%h:LAYOUT=maildir++:INDEX=~/shared.%Dn_%Dd prefix = shared/%n@%d.
I forgot, prefix here should contain %%u, not %u, because %u gets expanded to your own username while you want it to be expanding to other users' username.. I'll add a check against this.