Skip to content

Commit 6b6c2d3

Browse files
committed
Changes on Set-InboundConnector
1 parent 3c9dc98 commit 6b6c2d3

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

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

Lines changed: 14 additions & 6 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. Use this value for accepted domains in your cloud-based organization that are also specified by the SenderDomains parameter.
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.
190190

191191
```yaml
192192
Type: TenantConnectorType
@@ -328,7 +328,9 @@ 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. Valid values are:
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.
332334

333335
- $true: Reject messages if they aren't sent over TLS. This is the default value
334336
- $false: Allow messages if they aren't sent over TLS.
@@ -347,7 +349,9 @@ Accept wildcard characters: False
347349
```
348350

349351
### -RestrictDomainsToCertificate
350-
The RestrictDomainsToCertificate parameter specifies whether the Subject value of the TLS certificate is checked before messages can use the connector. Valid values are:
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.
351355

352356
- $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.
353357
- $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.
@@ -366,7 +370,9 @@ Accept wildcard characters: False
366370
```
367371

368372
### -RestrictDomainsToIPAddresses
369-
The RestrictDomainsToIPAddresses parameter specifies whether to reject mail that comes from unknown source IP addresses. Valid values are:
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.
370376

371377
- $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.
372378
- $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.
@@ -401,7 +407,7 @@ Accept wildcard characters: False
401407
```
402408

403409
### -SenderDomains
404-
The SenderDomains parameter specifies the source domains that the connector accepts messages for. A valid value is an SMTP domain. Wildcards are supported to indicate a domain and all subdomains (for example, \*.contoso.com), but you can't embed the wildcard character (for example, domain.\*.contoso.com is not valid).
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).
405411

406412
You can specify multiple domains separated by commas.
407413

@@ -419,7 +425,9 @@ Accept wildcard characters: False
419425
```
420426

421427
### -SenderIPAddresses
422-
The SenderIPAddresses parameter specifies the remote IPV4 IP addresses from which this connector accepts messages. IPv6 addresses are not supported. Valid values are:
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.
423431

424432
- Single IP address: For example, 192.168.1.1.
425433
- Classless InterDomain Routing (CIDR) IP address range: For example, 192.168.0.1/25. Valid subnet mask values are /24 through /32.

0 commit comments

Comments
 (0)