Skip to content

Commit 3aea18f

Browse files
authored
Update Set-InboundConnector.md
1 parent 78cd121 commit 3aea18f

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

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

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Accept wildcard characters: False
186186
The ConnectorType parameter specifies a category for the domains that are serviced by the connector. Valid input for this parameter includes the following values:
187187

188188
- Partner: The connector services domains that are external to your organization.
189-
- OnPremises: The connector services domains that are used by your on-premises organization. OnPremises connectors are used to grant special rights to an email that matches the connector and additional requirements, such as allowing relaying through the tenant to internet destinations, promoting emails from on-premises or other environments as internal (in a hybrid configuration), or enabling other more complex mail flows.
189+
- OnPremises: The connector services domains that are used by your on-premises organization. OnPremises connectors grant special rights to an email that matches the connector and additional requirements. For example: allowing relay through the tenant to internet destinations, promoting emails from on-premises or other environments as internal (in a hybrid configuration), or enabling other more complex mail flows.
190190

191191
```yaml
192192
Type: TenantConnectorType
@@ -328,13 +328,13 @@ Accept wildcard characters: False
328328
```
329329

330330
### -RequireTls
331-
The RequireTLS parameter specifies whether to require TLS transmission for all messages that are received by the connector.
332-
333-
**Note**: This parameter is only applicable to a Partner connector type.
331+
The RequireTLS parameter specifies whether to require TLS transmission for all messages that are received by a Partner type connector. Valid values are:
334332

335333
- $true: Reject messages if they aren't sent over TLS. This is the default value
336334
- $false: Allow messages if they aren't sent over TLS.
337335

336+
**Note**: This parameter applies only to Partner type connectors.
337+
338338
```yaml
339339
Type: Boolean
340340
Parameter Sets: (All)
@@ -349,13 +349,13 @@ Accept wildcard characters: False
349349
```
350350

351351
### -RestrictDomainsToCertificate
352-
The RestrictDomainsToCertificate parameter specifies whether the Subject value of the TLS certificate is checked before messages can use the connector.
353-
354-
**Note**: This parameter is only applicable to a Partner connector type.
352+
The RestrictDomainsToCertificate parameter specifies whether the Subject value of the TLS certificate is checked before messages can use the Partner type connector. Valid values are:
355353

356354
- $true: Mail is allowed to use the connector only if the Subject value of the TLS certificate that the source email server uses to authenticate matches the TlsSenderCertificateName parameter value.
357355
- $false: The Subject value of the TLS certificate that the source email server uses to authenticate doesn't control whether mail from that source uses the connector. This is the default value.
358356

357+
**Note**: This parameter applies only to Partner type connectors.
358+
359359
```yaml
360360
Type: Boolean
361361
Parameter Sets: (All)
@@ -370,13 +370,13 @@ Accept wildcard characters: False
370370
```
371371

372372
### -RestrictDomainsToIPAddresses
373-
The RestrictDomainsToIPAddresses parameter specifies whether to reject mail that comes from unknown source IP addresses.
374-
375-
**Note**: This parameter is only applicable to a Partner connector type.
373+
The RestrictDomainsToIPAddresses parameter specifies whether to reject mail that comes from unknown source IP addresses for Partner type connectors. Valid values are:
376374

377375
- $true: Automatically reject mail from domains that are specified by the SenderDomains parameter if the source IP address isn't also specified by the SenderIPAddress parameter.
378376
- $false: Don't automatically reject mail from domains that are specified by the SenderDomains parameter based on the source IP address. This is the default value.
379377

378+
**Note**: This parameter applies only to Partner type connectors.
379+
380380
```yaml
381381
Type: Boolean
382382
Parameter Sets: (All)
@@ -407,7 +407,7 @@ Accept wildcard characters: False
407407
```
408408

409409
### -SenderDomains
410-
The SenderDomains parameter specifies the source domains from which a Partner type connector accepts messages, thereby limiting its scope. A valid value is an SMTP domain. Wildcards are supported to indicate a domain and all its subdomains (for example, `*.contoso.com`). However, you can't embed the wildcard character (for example, `domain.*.contoso.com` is not valid).
410+
The SenderDomains parameter specifies the source domains that a Partner type connector accepts messages for (limits the scope of a Partner type connector). A valid value is an SMTP domain. Wildcards are supported to indicate a domain and all subdomains (for example, `*.contoso.com`). However, you can't embed the wildcard character (for example, `domain.*.contoso.com` isn't valid).
411411

412412
You can specify multiple domains separated by commas.
413413

@@ -425,14 +425,15 @@ Accept wildcard characters: False
425425
```
426426

427427
### -SenderIPAddresses
428-
The SenderIPAddresses parameter specifies the remote IPv4 IP addresses from which this connector accepts messages.
429-
430-
**Note**: This parameter is only applicable to a Partner connector type and only if [RestrictDomainsToIPAddresses](#-restrictdomainstoipaddresses) is enabled.
428+
The SenderIPAddresses parameter specifies the source IPV4 IP addresses that the Partner type connector accepts messages from when the value of the RestrictDomainsToIPAddresses parameter is $true. Valid values are:
431429

432430
- Single IP address: For example, 192.168.1.1.
433431
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.
432+
@@ -435,6 +441,8 @@ You can specify multiple IP addresses separated by commas.
434433

435-
You can specify multiple values separated by commas.
434+
IPv6 addresses are not supported.
435+
436+
**Note**: This parameter applies to Partner type connectors only if the value of the RestrictDomainsToIPAddresses parameter is $true.
436437

437438
```yaml
438439
Type: MultiValuedProperty

0 commit comments

Comments
 (0)