Skip to content

Commit 0adee60

Browse files
authored
Merge pull request #13210 from oriolcomasGH/patch-1
Clarify RejectDirectSend parameter usage in Set-OrganizationConfig
2 parents 6010da0 + 3afbffe commit 0adee60

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4050,7 +4050,14 @@ Accept wildcard characters: False
40504050

40514051
This parameter is available only in the cloud-based service.
40524052

4053-
{{ Fill RejectDirectSend Description }}
4053+
The RejectDirectSend parameter specifies whether to block Direct Send in your organization. Valid values are:
4054+
4055+
- $true: Direct Send is blocked. Exchange Online rejects anonymous messages sent from your own domain to your organization's mailboxes when the following conditions are met:
4056+
4057+
• The anonymous incoming messages don't match any Inbound connector.
4058+
• The domain in the MAIL FROM address (also known as the `5321.MailFrom` address, P1 sender, or envelope sender) is an accepted domain in your organization.
4059+
4060+
- $false: Direct Send isn't blocked.
40544061

40554062
```yaml
40564063
Type: Boolean

0 commit comments

Comments
 (0)