Skip to content

Commit 99d6082

Browse files
authored
Merge pull request MicrosoftDocs#826 from MicrosoftDocs/ExMigration
Updates to New/Set-InboundConnector
2 parents 96350b0 + c483055 commit 99d6082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exchange/exchange-ps/exchange/mail-flow/New-InboundConnector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Accept wildcard characters: False
229229
```
230230
231231
### -RestrictDomainsToCertificate
232-
The RestrictDomainsToCertificate parameter, when set to $true, causes the connector to reject mail that originates from a namespace not specified by the SenderDomains parameter.
232+
The RestrictDomainsToCertificate parameter specifies that Office 365 should identify incoming messages that are eligible for this connector by verifying that the remote server authenticates using a TLS certificate that has the TlsSenderCertificateName in the Subject. Valid values are $true or $false.
233233
234234
```yaml
235235
Type: $true | $false

exchange/exchange-ps/exchange/mail-flow/Set-InboundConnector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Accept wildcard characters: False
223223
```
224224
225225
### -RestrictDomainsToCertificate
226-
The RestrictDomainsToCertificate parameter, when set to $true, causes the connector to reject mail that originates from a namespace not specified by the TlsSenderCertificateName parameter.
226+
The RestrictDomainsToCertificate parameter specifies that Office 365 should identify incoming messages that are eligible for this connector by verifying that the remote server authenticates using a TLS certificate that has the TlsSenderCertificateName in the Subject. Valid values are $true or $false.
227227
228228
```yaml
229229
Type: $true | $false

0 commit comments

Comments
 (0)