Hello,
I have a Dovecot setup where I need to allow users to access a snapshot of their messages (when they complain about missing messages/folders deleted by mistake).
From time to time the system does a LVM snapshot of the volume holding the mailboxes and sis storage and that messages are available via a "special" namespace.
The problem is the messages that references attachments in the single attachment storage cause the file in some cases (when all the references were delete), the attachment itself is missing from the current SIS.
Is there any option to reference a specific SIS folder for the namespace like I do for the messages as below?
namespace arquivo { type = private separator = / prefix = "@ARQUIVO/" subscriptions = yes list = yes inbox = no hidden = no ignore_on_failure = yes location = mdbox:/mail-snap/domains/%d/%-2.2n/%n }
TIA.
-- Best regards,