Mar 27 2019 05:10 PM
Hi,
When we book a room, the message "You don't have permission to sent to " is showing, and we got the undeliverable bounce back message if sending it.
How to solve this issue? Need help!
Thanks in advance!
Mar 27 2019 06:12 PM
Mar 28 2019 06:15 AM
SolutionThis 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
Mar 28 2019 03:25 PM
Hi Vasil,
Thank you for your help! Yes, it is configured to only allow a group of users to book the room.
Thank you for your help!!
Mar 31 2022 11:11 AM
Hello, how do you do that: Get-Mailbox roomname | fl accept*,reject*,RequireSenderAuthenticationEnabled
Thank you for your prompt reply
Mar 28 2019 06:15 AM
SolutionThis 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