MAILAUTHPERM - Insufficient Mailbox Permissions
| Error Code | MAILAUTHPERM |
| Error Message | Could not access the mailbox. The application does not have the required permissions to access this mailbox. |
| Severity | High |
| Affects | Incoming and Outgoing Email Servers (OAuth/Azure) |
Symptoms
- Authentication appears successful, but ServiceOps still can't read from or write to the mailbox.
- The error specifically indicates a permissions issue, not a credential issue.
Root Cause
- The Azure application used by ServiceOps doesn't have the necessary API permissions for this mailbox.
- Admin consent was never granted, or has been revoked, in Azure Active Directory.
Resolution
- Ask your Azure Administrator to open the App Registration used by ServiceOps in the Azure Portal and verify the following API permissions are assigned:
Mail.ReadWrite(incoming) andMail.Send(outgoing). - Confirm admin consent is granted for each permission. Assigned permissions without consent still block access.
- Verify the mailbox user account is associated with the Azure application and isn't excluded by any access policy.
- Once permissions and consent are restored, enter the password again and save the configurations on the server card, then complete the sign-in.
Related FAQs
See Email Server FAQs for: "Why did the OAuth incoming server suddenly stop fetching emails?" and "Why did the OAuth outgoing server stop sending emails after working fine?"