Skip to content

Commit 29c994a

Browse files
authored
Improve clarity in hop count exceeded documentation
Reworded sentences for clarity and conciseness in the documentation regarding email loop issues in Exchange Server.
1 parent 78d9242 commit 29c994a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Exchange/ExchangeServer/mailflow/hop-count-exceeded-possible-mail-loop.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ ms.reviewer: v-six
2525

2626
Consider the following scenario:
2727

28-
- You have a parent domain, **contoso.com**, that you have added as an accepted domain to an on-premises Microsoft Exchange Server 2016 or 2013 environment.
28+
- You added a parent domain, **contoso.com**, as an accepted domain to an on-premises Microsoft Exchange Server 2016 or 2013 environment.
2929
- You have an on-premises application server domain, such as **app.contoso.com**, that is a subdomain of the parent domain.
30-
- The parent domain is configured to accept email messages from domains such as ***.contoso.com**.
30+
- You configured the parent domain to accept email messages from domains such as ***.contoso.com**.
3131
- You try to send an email message to the on-premises application through Exchange Server.
3232

3333
In this scenario, the message cannot be sent. Instead, it loops between the Exchange Edge Transport server and Microsoft 365. Additionally, you receive a non-delivery report (NDR) that resembles the following:
@@ -42,15 +42,15 @@ In this scenario, the subdomain is part of the address space in the **EdgeSync -
4242

4343
## Resolution
4444

45-
To fix this issue, follow these steps:
45+
To fix this issue, use the following steps:
4646

4747
1. Add the subdomain as an accepted domain. To do this, run the following command:
4848

4949
```powershell
5050
New-AcceptedDomain -DomainName app.Contoso.com -DomainType InternalRelay -Name app.contoso.com
5151
```
5252
53-
2. To have the added accepted domain synced to the Edge servers immediately, run the following command:
53+
2. To sync the newly added accepted domain to the Edge servers immediately, run the following command:
5454
5555
```powershell
5656
Start-EdgeSynchronization

0 commit comments

Comments
 (0)