Skip to content

Commit 993aacb

Browse files
Merge pull request #13386 from MicrosoftDocs/main
[AutoPublish] main to live - 02/20 15:37 PST | 02/21 05:07 IST
2 parents 2718dc5 + ba393be commit 993aacb

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

exchange/exchange-ps/ExchangePowerShell/Set-OutboundConnector.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,27 @@ Accept pipeline input: False
307307
Accept wildcard characters: False
308308
```
309309

310+
### -MtaStsMode
311+
312+
> Applicable: Exchange Online
313+
314+
This parameter provides admin's control over Outbound MTA-STS validations for emails sent over outbound connectors in Exchange Online, allowing organizations to choose how strictly the service enforces MTA-STS when sending mail to external domains. Valid values are:
315+
- Opportunistic [default]: The connector uses MTA-STS opportunistically on messages sent via the connector. If the destination domain doesn’t support MTA-STS, the email is sent using the connector settings or Exchange Online default settings. If the destination supports MTA-STS but the validations fail while the policy mode is set to ‘enforce’, Exchange Online will queue the message, retrying for 24 hours. If the validation doesn’t pass for 24 hours, the email will be dropped before sending.
316+
- None: The connector does not perform any MTA-STS checks, therefore reducing the security of emails sent over the connector by removing MTA-STS protections designed to prevent downgrade attacks and spoofed MX redirection. Messages always attempt delivery without verifying MTA-STS. Setting the mode to “None” can result in emails sent through this connector being intercepted or redirected to malicious entities.
317+
318+
```yaml
319+
Type: String
320+
Parameter Sets: (All)
321+
Aliases:
322+
323+
Required: False
324+
Position: Named
325+
Default value: Opportunistic
326+
Accept pipeline input: False
327+
Accept wildcard characters: False
328+
```
329+
330+
310331
### -Name
311332

312333
> Applicable: Exchange Online, Built-in security add-on for on-premises mailboxes
@@ -417,6 +438,29 @@ Accept pipeline input: False
417438
Accept wildcard characters: False
418439
```
419440

441+
### -SmtpDaneMode
442+
443+
> Applicable: Exchange Online
444+
445+
This parameter provides admin's control over Outbound SMTP DANE validations for emails sent over outbound connectors in Exchange Online, allowing organizations to choose how strictly the service enforces SMTP DANE when sending mail to external domains. Valid values are:
446+
447+
- Opportunistic [default]: The connector uses SMTP DANE with DNSSEC opportunistically on messages sent via the connector. If the destination domain doesn’t support SMTP DANE with DNSSEC, the email is sent using the connector settings or Exchange Online default settings. If the destination supports SMTP DANE with DNSSEC but the DNSSEC or the SMTP DANE validations fail, Exchange Online will queue the message, retrying for 24 hours while attempting to fallback to a secondary MX. If the validation doesn’t pass for 24 hours and there is no secondary MX to fall back to, the email will be dropped before sending.
448+
- Mandatory: The connector enforces SMTP DANE with DNSSEC on all messages sent via the connector. If the destination domain doesn’t support SMTP DANE with DNSSEC, or the validation fails at any point, the message is queued, retried for 24 hours, then eventually drops if the destination domain continues to not support SMTP DANE with DNSSEC or does support the protocol but continues to fail validations.
449+
- None: The connector does not perform any SMTP DANE with DNSSEC checks, therefore reducing the security of emails sent over the connector by removing SMTP DANE with DNSSEC protections designed to prevent downgrade attacks and spoofed MX redirection. Messages always attempt delivery without verifying SMTP DANE with DNSSEC. Setting the mode to “None” can result in emails sent through this connector being intercepted or redirected to malicious entities.
450+
451+
```yaml
452+
Type: String
453+
Parameter Sets: (All)
454+
Aliases:
455+
456+
Required: False
457+
Position: Named
458+
Default value: Opportunistic
459+
Accept pipeline input: False
460+
Accept wildcard characters: False
461+
```
462+
463+
420464
### -TestMode
421465

422466
> Applicable: Exchange Online, Built-in security add-on for on-premises mailboxes

0 commit comments

Comments
 (0)