<div dir="ltr"><div>Hi there,</div><div><br></div><div>I've set up my Dovecot instance for shared mail accounts. I'm using Debian 10, Dovecot 2.3.4.</div><div><br></div><div>This is what I did:</div><div><br></div><div>#namespace {<br>#  type = private<br>#  separator = /<br>#  prefix =<br>#  location =<br>#  inbox = yes<br>#}<br><br>namespace {<br>  type = shared<br>  separator = /<br>  prefix = Osztott/%%u/<br>  location = maildir:%%h:INDEX=~/shared/%%u<br>  subscriptions = no<br>  list = yes<br>}</div><div><br></div><div>Note, the word "Osztott" means "Shared" in my language.</div><div><br></div><div>The strange behaviors:</div><div><br></div><div>1: as you can see, the first empty namespace is commented. This is because when I restarted the Dovecot instance, it sent this message to the log:</div><div><br></div><div>Error: namespace configuration error: Duplicate namespace prefix: ""</div><div><br></div><div>When I commented out these lines, the error message left.</div><div><br></div><div>Why did that happen? What's the real solution?<br></div><div><br></div><div>2: with this config, I see the shared accounts under my account, with prefix "Osztott" - but the shared account is duplicated. There are two instances with similar names. In first mailbox I see the e-mails, this is fine. But under the "regular" name of the shared mailbox, there is the other mailbox with the same name + a suffix "-1", which is empty.</div><div><br></div><div>Why is that second maildir there?</div><div><br></div><div><br></div><div>Thank you for your help,</div><div><br></div><div>a.</div><div><br></div></div>