Hello
I have mail system Postfix+Dovecot+RoundCube. There are some shared mailbox in Dovecot:
namespace {
type = shared
separator = .
prefix = info.
location = maildir:/var/vmail/xxx.xx/info/mail/:INDEX=~/shared
subscriptions = yes
list = children
}
When I subscribe for those folder from Outlook everything is fine - I can access to all mail in folders and subfolders (Inbox, Sent, Trash, etc). But in RoundCube root folder of shared mailbox have only "plus" to expand hierarchy. And there is no possibility to access to mail in this folder. How can I solve this problem?
Thank you