You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SenderDomains parameter specifies the remote domains from which this connector accepts messages, thereby limiting its scope. You can use a wildcard character to specify all subdomains of a specified ___domain, as shown in the following example: \*.contoso.com. However, you can't embed a wildcard character, as shown in the following example: ___domain.\*.contoso.com. You can specify multiple domains separated by commas.
93
+
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).
94
+
95
+
You can specify multiple domains separated by commas.
The AssociatedAcceptedDomains parameter specifies the accepted domains that the connector applies to, thereby limiting its scope. For example, you can apply the connector to a specific accepted ___domain in your organization, such as contoso.com.
111
+
The AssociatedAcceptedDomains parameter restricts the source domains that use the connector to the specified accepted domains. A valid value is an SMTP ___domain that's configured as an accepted ___domain in your Microsoft 365 organization.
112
+
113
+
You can specify multiple values separated by commas.
The ConnectorType parameter specifies a category for the domains that are serviced by the connector. Valid input for this parameter includes the following values:
209
+
The ConnectorType parameter specifies the category for the source domains that the connector accepts messages for. Valid values are:
206
210
207
-
- Partner: The connector services domains that are external to your organization.
208
-
- 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.
211
+
- Partner: External partners or services.
212
+
- OnPremises: Your on-premises email organization. Use this value for accepted domains in your cloud-based organization that are also specified by the SenderDomains parameter.
The RequireTLS parameter specifies that all messages received by this connector require TLS transmission. Valid values for this parameter are $true or $false. The default value is $false.
338
+
The RequireTLS parameter specifies whether to require TLS transmission for all messages that are received by the connector. Valid values are:
339
+
340
+
- $true: Reject messages if they aren't sent over TLS. This is the default value
341
+
- $false: Allow messages if they aren't sent over TLS.
The RestrictDomainsToCertificate parameter specifies that Microsoft 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.
357
+
The RestrictDomainsToCertificate parameter specifies whether the Subject value of the TLS certificate is checked before messages can use the connector. Valid values are:
358
+
359
+
- $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.
360
+
- $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.
The RestrictDomainsToIPAddresses parameter, when set to $true, automatically rejects mail from the domains specified by the SenderDomains parameter if the mail originates from an IP address that isn't specified by the SenderIPAddresses parameter.
376
+
The RestrictDomainsToIPAddresses parameter specifies whether to reject mail that comes from unknown source IP addresses. Valid values are:
364
377
365
-
Valid input for this parameter is $true or $false. The default value is $false.
378
+
- $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.
379
+
- $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.
The TlsSenderCertificateName parameter specifies the certificate used by the sender's ___domain when the RequireTls parameter is set to $true. Valid input for the TlsSenderCertificateName parameter is an SMTP ___domain. You can use a wildcard character to specify all subdomains of a specified ___domain, as shown in the following example: \*.contoso.com.
421
-
422
-
You can't embed a wildcard character, as shown in the following example: ___domain.\*.contoso.com.
434
+
The TlsSenderCertificateName parameter specifies the TLS certificate that's used when the value of the RequireTls parameter is $true. 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).
The AssociatedAcceptedDomains parameter specifies the accepted domains that the connector applies to, thereby limiting its scope. For example, you can apply the connector to a specific accepted ___domain in your organization, such as contoso.com.
89
+
The AssociatedAcceptedDomains parameter restricts the source domains that use the connector to the specified accepted domains. A valid value is an SMTP ___domain that's configured as an accepted ___domain in your Microsoft 365 organization.
90
+
91
+
You can specify multiple values separated by commas.
The RequireTLS parameter specifies that all messages received by this connector require TLS transmission. Valid values for this parameter are $true or $false. The default value is $false. When the RequireTLS parameter is set to $true, all messages received by this connector require TLS transmission.
332
+
The RequireTLS parameter specifies whether to require TLS transmission for all messages that are received by the connector. Valid values are:
333
+
334
+
- $true: Reject messages if they aren't sent over TLS. This is the default value
335
+
- $false: Allow messages if they aren't sent over TLS.
The RestrictDomainsToCertificate parameter specifies that Microsoft 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.
351
+
The RestrictDomainsToCertificate parameter specifies whether the Subject value of the TLS certificate is checked before messages can use the connector. Valid values are:
352
+
353
+
- $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.
354
+
- $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.
The RestrictDomainsToIPAddresses parameter, when set to $true, automatically rejects mail from the domains specified by the SenderDomains parameter if the mail originates from an IP address that isn't specified by the SenderIPAddresses parameter.
370
+
The RestrictDomainsToIPAddresses parameter specifies whether to reject mail that comes from unknown source IP addresses. Valid values are:
360
371
361
-
Valid input for this parameter is $true or $false. The default value is $false.
372
+
- $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.
373
+
- $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.
The SenderDomains parameter specifies the remote domains from which this connector accepts messages, thereby limiting its scope. You can use a wildcard character to specify all subdomains of a specified ___domain, as shown in the following example:\*.contoso.com. However, you can't embed a wildcard character, as shown in the following example: ___domain.\*.contoso.com.
405
+
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).
394
406
395
407
You can specify multiple domains separated by commas.
The TlsSenderCertificateName parameter specifies the certificate used by the sender's ___domain when the RequireTls parameter is set to $true. Valid input for the TlsSenderCertificateName parameter is an SMTP ___domain. You can use a wildcard character to specify all subdomains of a specified ___domain, as shown in the following example: \*.contoso.com.
433
-
434
-
You can't embed a wildcard character, as shown in the following example: ___domain.\*.contoso.com.
444
+
The TlsSenderCertificateName parameter specifies the TLS certificate that's used when the value of the RequireTls parameter is $true. 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).
0 commit comments