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
Copy file name to clipboardExpand all lines: exchange/exchange-ps/ExchangePowerShell/Set-OutboundConnector.md
-44Lines changed: 0 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -307,27 +307,6 @@ Accept pipeline input: False
307
307
Accept wildcard characters: False
308
308
```
309
309
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
-
331
310
### -Name
332
311
333
312
> Applicable: Exchange Online, Built-in security add-on for on-premises mailboxes
@@ -438,29 +417,6 @@ Accept pipeline input: False
438
417
Accept wildcard characters: False
439
418
```
440
419
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
-
464
420
### -TestMode
465
421
466
422
> Applicable: Exchange Online, Built-in security add-on for on-premises mailboxes
0 commit comments