I'm trying to migrate a mailbox from a Zimbra server to another mail server. I've created a technical user tech-migration@example.com and granted it rights to the user's mailbox with:Then I run the imapsync command:Where pass1 is the password for the technical user tech-migration@example.com.
The authorization for tech-migration@example.com is successful (confirmed in audit.log), but in mailbox.log I'm seeing this error:As a result, the imapsync command fails as well.
Can anyone help me understand what might be causing this issue? Are there additional permissions I need to set up?
Code:
zmmailbox -z -m user@example.com mfg / account tech-migration@example.com rwixda
Code:
imapsync --host1 mail1.example.com --user1 user@example.com --authuser1 tech-migration@example.com --password1 pass1 \ --host2 mail2.example.com --user2 user@example.com --password2 pass2
The authorization for tech-migration@example.com is successful (confirmed in audit.log), but in mailbox.log I'm seeing this error:
Code:
account - authorization failed for user@example.com (authenticated user tech-migration@example.com has insufficient rights)
Can anyone help me understand what might be causing this issue? Are there additional permissions I need to set up?
Statistics: Posted by LogEdge21 — Wed Apr 09, 2025 10:25 am