Hello. Now I’m trying to restore single user mailbox.
1) When overwrite user’s folder from vmail backup to current vmail folder - mailbox doesnt work.
2) I’ve found folder with indexes /mailcowdockerized_vmail-index-vol-1. Also overwrote this folder with same from user’s backup. It worked for the first time but the next time it failed - mailbox doesnt work
Now I’m trying to restore mailbox with doveadm command and thi is what I get:
root@test:/opt/mailcow-dockerized# docker-compose exec dovecot-mailcow doveadm user ‘postmaster@my-domain.com’
field value
uid 5000
gid 5000
home /var/vmail/my-domain/postmaster
mail maildir:/var/vmail/my-domain/postmaster/Maildir:VOLATILEDIR=/var/volatile/postmaster@my-domain.com:INDEX=/var/vmail_index/postmaster@my-domain.com
protocol doveadm
quota_rule *:bytes=3221225472
As you can see the paths to maildir are wrong.
Any suggestions? Thank you in advance