正确的命名空间configuration发送/草稿/垃圾桶dovecot

Dovecot似乎默认configuration命名空间( conf.d/10-mail.confconf.d/15-mailboxes.conf ):

 # 10-mail.conf mail_location = mbox:~/mail:INBOX=/var/mail/%u namespace inbox { inbox = yes } # 15-mailboxes.conf namespace inbox { prefix = INBOX. mailbox Drafts { special_use = \Drafts } ... } 

现在有些客户端似乎将INBOX.Sent (Thunderbird),他人创buildINBOX.INBOX.Sent (K9邮件)。

我想可能会有一些混淆maildir与mbox如何处理子文件夹,我不确定是否应该是prefix = (空)来解决问题或如果INBOX. 前缀实际上是正确的,这可能是一个客户端问题。