On Wed, Aug 25, 2021 at 3:55 AM Michael Menge <michael.menge@xxxxxxxxxxxxxxxxxxxx> wrote:
1. create a list of all mailbox names and positions on the filesystem.
(e.g. by using "find . -name "cyrus.header" )
2. rename the imapspool (aka "partition-default:")
and recreate an empty "imapspool" directory with the same owner/permissions
3. delete the mailboxes.db (we want to start with a empty mailboxes.db)
...
9. run "reconstruct -r -f user*" and "reconstruct -v max user*"
Thank you, Michael. That seems like a safe approach. I will try this in the next couple of days (I am working crazy-long hours right now) and report back.