Skip to content

Commit 879bd68

Browse files
authored
Update Set-OrganizationConfig.md
1 parent 2041d3a commit 879bd68

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4050,10 +4050,14 @@ Accept wildcard characters: False
40504050

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

4053-
The RejectDirectSend parameter specifies whether to block Direct Send in your organization. When you set the RejectDirectSend parameter to $true, Exchange Online will reject anonymous messages sent from your own domain to your organization’s mailboxes when the following conditions are met:
4053+
The RejectDirectSend parameter specifies whether to block Direct Send in your organization. Valid values are:
40544054

4055-
- The anonymous incoming messages do not match any Inbound Connector.
4056-
- The domain in the P1 Mail From envelope sender address is an accepted domain in your organization.
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.
40574061

40584062
```yaml
40594063
Type: Boolean

0 commit comments

Comments
 (0)