Skip to content

Commit 78cd121

Browse files
authored
Update New-InboundConnector.md
1 parent 8ca7602 commit 78cd121

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Accept wildcard characters: False
9292
```
9393
9494
### -SenderDomains
95-
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).
95+
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).
9696

9797
You can specify multiple domains separated by commas.
9898

@@ -227,7 +227,7 @@ Accept wildcard characters: False
227227
The ConnectorType parameter specifies the category for the source domains that the connector accepts messages for. Valid values are:
228228

229229
- Partner: External partners or services.
230-
- 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.
230+
- 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.
231231

232232
```yaml
233233
Type: TenantConnectorType
@@ -353,13 +353,13 @@ Accept wildcard characters: False
353353
```
354354

355355
### -RequireTls
356-
The RequireTLS parameter specifies whether to require TLS transmission for all messages that are received by the connector.
357-
358-
**Note**: This parameter is only applicable to a Partner connector type.
356+
The RequireTLS parameter specifies whether to require TLS transmission for all messages that are received by a Partner type connector. Valid values are:
359357

360358
- $true: Reject messages if they aren't sent over TLS. This is the default value
361359
- $false: Allow messages if they aren't sent over TLS.
362360

361+
**Note**: This parameter applies only to Partner type connectors.
362+
363363
```yaml
364364
Type: Boolean
365365
Parameter Sets: (All)
@@ -374,13 +374,13 @@ Accept wildcard characters: False
374374
```
375375

376376
### -RestrictDomainsToCertificate
377-
The RestrictDomainsToCertificate parameter specifies whether the Subject value of the TLS certificate is checked before messages can use the connector.
378-
379-
**Note**: This parameter is only applicable to a Partner connector type.
377+
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:
380378

381379
- $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.
382380
- $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.
383381

382+
**Note**: This parameter applies only to Partner type connectors.
383+
384384
```yaml
385385
Type: Boolean
386386
Parameter Sets: (All)
@@ -395,13 +395,13 @@ Accept wildcard characters: False
395395
```
396396

397397
### -RestrictDomainsToIPAddresses
398-
The RestrictDomainsToIPAddresses parameter specifies whether to reject mail that comes from unknown source IP addresses.
399-
400-
**Note**: This parameter is only applicable to a Partner connector type.
398+
The RestrictDomainsToIPAddresses parameter specifies whether to reject mail that comes from unknown source IP addresses for Partner type connectors. Valid values are:
401399

402400
- $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.
403401
- $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.
404402

403+
**Note**: This parameter applies only to Partner type connectors.
404+
405405
```yaml
406406
Type: Boolean
407407
Parameter Sets: (All)
@@ -432,9 +432,7 @@ Accept wildcard characters: False
432432
```
433433

434434
### -SenderIPAddresses
435-
The SenderIPAddresses parameter specifies the remote IPv4 IP addresses from which this connector accepts messages.
436-
437-
**Note**: This parameter is only applicable to a Partner connector type and only if [RestrictDomainsToIPAddresses](#-restrictdomainstoipaddresses) is enabled.
435+
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:
438436

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

444442
IPv6 addresses are not supported.
445443

444+
**Note**: This parameter applies to Partner type connectors only if the value of the RestrictDomainsToIPAddresses parameter is $true.
445+
446446
```yaml
447447
Type: MultiValuedProperty
448448
Parameter Sets: (All)

0 commit comments

Comments
 (0)