Category: Exchange 2013
something went wrong UserHasNoMailboxException
Exporting Mailbox to a PST File
Delivery status notifications in Exchange Server
Non-delivery reports (NDRs) are system messages that report the delivery status of a message to the sender. The messages are a subclass of a general message information structure that is known as delivery status notifications. Delivery status notifications describe three kinds of situations:
- Success (2.X.X numeric codes)
- Persistent transient failure (4.X.X numeric codes)
- Permanent failures (5.X.X numeric codes)
NDRs are generated when a message cannot be delivered. If the computer can detect the reason for the failed delivery, it maps the reason onto a status code, and a corresponding error message is printed. For NDRs, most numeric error codes are reported in the form of “5.X.X” and are described as permanent failures. However, certain transient conditions cause “4.X.X” codes.
Check the Event Viewer from PowerShell
Allow Exchange 2013 to accept remote powershell from Orchestrator
Scenario: Orchestrator was not able to connect and run Exchange powershell commands. The error received is:
Permission issues Ex2013 shared calendar with Ex2010 mailbox
2. Navigate to your Outlook Account Settings:
b. Outlook 2007: Click on Tools –> Account Settings.
4. Click More Settings, and then click the Connection tab.
5. Under Outlook Anywhere (Exchange over the Internet for 2007), select the Connect to Microsoft Exchange using HTTP check box.
6. Click Exchange Proxy Settings.
7. Make sure the following settings are set:
a. Enter the URL to connect to proxy server for Exchange: https://mail.domain.com
b. On fast networks, connect using HTTP first,… is checked.
c. On slow networks, connect using HTTP First,… is checked
d. Proxy Authentication Settings is set to Basic Authentication.
8. Click OK to close each Outlook window.
9. Restart Outlook
10. If your are prompted for authentication, use the following:
a. username: domainusername
b. password: your password.
IMAP4 backend service not authenticating to any mailbox on that server.
Scenario: The IMAP4 Backend Service cannot connect to local mailboxes in Exchange 2013 after confirming there was a certificate on the Exchange 2013 server with the IMAP and POP services assigned. The symptom on the client end is failed authentication prompts when connecting to their mailbox via imap using valid credentials and IMAP being enabled on their mailbox.
NO AUTHENTICATE failed.””;Msg=””AuthFailed:LogonDenied
EventID 1102: The IMAP4 service failed to connect using SSL or TLS encryption. No valid certificate is configured to respond to SSL/TLS connections. Check the configured host name as well as which certificates are installed in the Personal Certificates store of the computer.
1. Remove the certificate and re-add the certificate again on that Exhange 2013 server.
2. In Exchange Management Shell run the following: Enable-ExchangeCertificate -Thumbprint XXXXXXXXXX -Services POP,IMAP
3. Restart the Imap and Pop frontend and backend services.
Connecting to Exchange 2013 EWS with Exchange 2010 Folder Permissions
Scenario: When making Exchange 2013 EWS calls that proxies down to a Exchange 2010 mailbox connecting via shared folder permissions of another Exchange 2010 mailbox, the EWS connection may be unstable. Programs such as Starfish, SoapUI, or other programs making EWS calls, may or may not connect consistently and some errors encountered are 400 Bad Request errors.
Exchange 2013 IMAP and POP Backend Services
- MSExchangeIMAP4
- MSExchangePOP3
- MSExchangeIMAP4BE
- MASExchangePOP3BE