Skip to content

Commit ef10cd5

Browse files
authored
Edit review
1 parent 20c277a commit ef10cd5

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: A general mailbox access error occurred while receiving email
3-
description: Provides a solution to the Socket returned exception TimedOut (0x80004005) error that occurs when you test and enable a mailbox in Microsoft Dynamics 365.
3+
description: Resolves the Socket returned exception TimedOut (0x80004005) error that occurs when you test and enable a mailbox in Microsoft Dynamics 365.
44
ms.reviewer:
5-
ms.date: 12/12/2024
5+
ms.date: 12/25/2024
66
ms.custom: sap:Email and Exchange Synchronization
77
---
8-
# "A general mailbox access error occurred while receiving email" error when testing and enabling a mailbox in Microsoft Dynamics 365
8+
# "A general mailbox access error occurred while receiving email" error when testing and enabling a mailbox
99

1010
This article provides a solution to an error that occurs when you test and enable a mailbox in Microsoft Dynamics 365.
1111

@@ -19,33 +19,33 @@ When you try to [test and enable a mailbox](/power-platform/admin/connect-exchan
1919
> A general mailbox access error occurred while receiving email. Mailbox \<Mailbox Name> didn't synchronize. The owner of the associated email server profile \<Profile Name> has been notified.
2020
> **Email Server Error Code:** Socket returned exception TimedOut.
2121
22-
If you select the **Details** section, you might also see more details that resembles the following one:
22+
If you select the **Details** section, you might also see more details that resemble the following text:
2323

24-
> "Error : System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond \<IP Address>\<Port>
24+
> Error: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond \<IP Address>\<Port>
2525
at System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port)
26-
at Microsoft.Crm.Asynchronous.EmailConnector.Pop3Client.Connect()"
26+
at Microsoft.Crm.Asynchronous.EmailConnector.Pop3Client.Connect()
2727

2828
## Cause
2929

3030
This error can occur if the port values within the **Advanced** section of the email server profile aren't correct.
3131

3232
## Resolution
3333

34-
1. Sign in to the Dynamics 365 web application as a user with the System Administrator role.
34+
1. Sign in to the Dynamics 365 web application as a user with the "System Administrator" role.
3535
1. Navigate to **Settings** > **Email Configuration**, and then select **Email Server Profiles**.
36-
1. Open the email server profile used by the mailbox that receives the error.
36+
1. Open the email server profile used by the mailbox that received the error.
3737

3838
> [!NOTE]
39-
> You can also select the name of the email server profile within the error message. It appears as a hyperlink which opens the correct email server profile record.
39+
> You can also select the name of the email server profile within the error message. It appears as a hyperlink that will open the correct email server profile record.
4040
4141
1. Select **Advanced**.
42-
1. Verify that both **Incoming Port** and **Outgoing Port** values are correct according to your email provider's documentation and then select **Save**.
42+
1. Verify that both the **Incoming Port** and **Outgoing Port** values are correct according to your email provider's documentation, and then select **Save**.
4343

4444
> [!NOTE]
45-
> For example, for [Gmail](https://support.google.com/mail/answer/7104828), the incoming POP3 port is 995 and outgoing SMTP port is 587.
45+
> For example, for [Gmail](https://support.google.com/mail/answer/7104828), the incoming POP3 port is 995, and the outgoing SMTP port is 587.
4646
47-
1. Select **Mailboxes** and then select the mailbox that receives the error.
47+
1. Select **Mailboxes**, and then select the mailbox that received the error.
4848
1. Select the **Test & Enable Mailboxes** button.
49-
1. Once testing is complete, check if results appear as **Success**. Otherwise, review any alerts in the [Alerts](/power-platform/admin/monitor-email-processing-errors#view-alerts) section of your mailbox record.
49+
1. After the test is complete, verify that the results appear as **Success**. Otherwise, [review the Alerts section](/power-platform/admin/monitor-email-processing-errors#view-alerts) of your mailbox record for any alerts.
5050

5151
[!INCLUDE [Third-party disclaimer](../../../includes/third-party-disclaimer.md)]

0 commit comments

Comments
 (0)