My postfix/dovecot mailserver runs well, but I want to migrate to another server and my problem: I'm not able to export post boxes from my dovecot:
My command (I replaced the email address):
dsync -f -u test@test.com backup maildir:/root/migr_in/data/mailaccounts
Then I get this error:
dsync(test@test.com): Error: user test@test.com: Initialization failed: Initializing mail storage from mail_location setting failed: stat(/root/migr_in/data/mailaccounts) failed: Permission denied (euid=8(mail) egid=8(mail) missing +x perm: /root, dir owned by 0:0 mode=0700)
The perms of the target folder "/root/migr_in/data/mailaccounts" is 777.
What do I oversee?