Forum Discussion
Kathleen Lynch
May 26, 2017Brass Contributor
Non-Member of Private Group able to email group - is this correct?
We have a private group, but recently received an email message from someone who is not a member of the group. I know that the private groups are listed in the I thought private groups only allowed ...
- May 26, 2017
If needed, you can impose delivery restrictions on the group (regardless if it's Private or Public) via PowerShell:
Set-UnifiedGroup groupname -AcceptMessagesOnlyFromSendersOrMembers groupname
You can designate a user, DG, another Group or whatever for the list of people allowed to send.
Georgeina Baker
Jan 17, 2019Iron Contributor
So we hide an email address from the GAL. Once this is done, if I know the email address, but am not a group member, can I still send emails to it?
I'm unsure if 'hidden' means 'not visible through' or 'not available to'. Thanks in advance.
Jan 17, 2019
To clarify, the powershell can prevent mail from non-members overall
- Georgeina BakerJan 17, 2019Iron Contributor
Non members of the group or the organisation?
adam deltinger wrote:
To clarify, the powershell can prevent mail from non-members overall- Jan 17, 2019Sorry, the group :)
- Georgeina BakerJan 17, 2019Iron Contributor
adam deltinger wrote:
Sorry, the group :)That's great! Thanks :)