Code: Select all
zmmailbox -z -m user@example.com mfg / account tech-migration@example.com rwixdaCode: Select all
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 pass2The authorization for tech-migration@example.com is successful (confirmed in audit.log), but in mailbox.log I'm seeing this error:
Code: Select all
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?
