Forum Discussion
You don't have permission to sent to
- Mar 28, 2019
This is basically the "delivery restrictions" feature you can configure for any type of mailbox. Someone configured a list of people that are not allowed to send messages, or similarly, a list of people that are allowed and everyone else is blocked. You can confirm this via:
Get-Mailbox roomname | fl accept*,reject*,RequireSenderAuthenticationEnabled
This is basically the "delivery restrictions" feature you can configure for any type of mailbox. Someone configured a list of people that are not allowed to send messages, or similarly, a list of people that are allowed and everyone else is blocked. You can confirm this via:
Get-Mailbox roomname | fl accept*,reject*,RequireSenderAuthenticationEnabled
Hello, how do you do that: Get-Mailbox roomname | fl accept*,reject*,RequireSenderAuthenticationEnabled
Thank you for your prompt reply