Is this for Exchange Online, or Exchange Server? If you are having trouble with the UI, you can try performing this via PowerShell, here's an example:
Set-DistributionGroup ******@domain.com -RequireSenderAuthenticationEnabled $false
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi! How can I change the settings for a distrubution group in admin exchange center? I am the creater of this group and owns it. When I choose the setting I want to correct I get the error message "There was some issue saving your changes" and this have proceeded for two weeks now. The setting I want to change is "delivery management" to allow people both inside and outside of my organization to send mail to this group. I have tried to do this change every day for two weeks now. Who can I contact to help me? Is it not possible to perform this change?
Is this for Exchange Online, or Exchange Server? If you are having trouble with the UI, you can try performing this via PowerShell, here's an example:
Set-DistributionGroup ******@domain.com -RequireSenderAuthenticationEnabled $false
Hi @Jakobsen, Karen,
Welcome to the Microsoft Q&A platform!
Based on your description, the error message you're seeing may indicate a synchronization issue or a backend permission conflict that is preventing changes from being saved.
To resolve this issue, you can try the following steps:
Set-DistributionGroup -Identity "YourGroupName" -DeliveryManagement "YourDesiredSetting"
Replace "YourGroupName"
with the name of your distribution group and "YourDesiredSetting"
with the appropriate setting.
Please feel free to contact me for any updates. And if this helps, don't forget to mark it as an answer.
Best,
Jake Zhang