On 14.01.2018 02:11, Jakob Schürz wrote:
Hi there!
I have more namespaces. One for subscription, another one "inbox", then one for the archiv and a shared and a public namespace. And than is there a namespace for virtual mailboxes.
In the namespace for virtual mailboxes is one mailbox wich gives me all emails in the archiv namespace
#cat dovecot-virtual Archiv/* all
The namespace is normally hidden, but for debugging i make it visible.
doveadm search -u jakob mailbox Real/Archiv all
lists all the emails.
So i want to integrate this virtual mailbox in another namespace. The namespace is Archiv
namespace Archiv { ... ... ... mailbox Real/Archiv { auto = subscription } ... ... }
doveadm mailbox list -u jakob
gives Archiv/Real/Archiv
But
doveadm search -u jakob mailbox Archiv/Real/Archiv all
gives no result.
What's wrong?
jakob
Do you have dovecot-virtual file for Archiv/Real/Archiv?
Aki