We have an IMAP email account: [Moderator note: Personally Identifiable Information removed]@avciss.com.
The account was previously working correctly in New Outlook with the following settings:
IMAP server: avciss.com
IMAP port: 993
IMAP encryption: SSL/TLS
SMTP server: avciss.com
SMTP port: 587
SMTP encryption: None
The mail server configuration was subsequently changed to the following:
IMAP server: mail.avciss.com
IMAP port: 993
IMAP encryption: SSL/TLS
--
SMTP server: mail.avciss.com
SMTP port: 465
SMTP encryption: SSL/TLS
The new settings work correctly in webmail and Classic Outlook.
However, we cannot add this account to New Outlook anymore. We have tried on multiple different PCs and get the same result.
Another IMAP account on the same mail server ([Moderator note: Personally Identifiable Information removed]@avciss.com) can be added to New Outlook successfully using the new server settings. But please keep in mind, this account ([Moderator note: Personally Identifiable Information removed]@avciss.com) was not using New Outlook before. It was used with Outlook Classic.
We investigated the New Outlook request using DevTools. When trying to add the account with the current server settings, Microsoft returns the following response:
"idpStatusCode": "BadRequest",
"error": "BadRequest",
"errorDescription": "Changing the ImapRemoteServerInfo is not allowed. Attempted to changed it from 'avciss.com' to 'mail.avciss.com'"
We also tested the old server name (avciss.com). In that case, authentication fails with:
"idpStatusCode": "Unauthorized",
"error": "InvalidCredentials",
"errorDescription": "Unable to authenticate with credentials provided"
The credentials are valid because the same account works correctly in webmail and Classic Outlook using the current settings.
It appears that New Outlook / Microsoft's Cloud Account service still has an old IMAP server reference (avciss.com) associated with this email account and does not allow it to be changed to the current server (mail.avciss.com).
Could you please advise how we can reset or remove this old IMAP/Cloud Account reference so that the account can be added to New Outlook using the current IMAP server, mail.avciss.com?