Hi @Gurudas ,
From the description, seems like you are trying to modify the delivery management settings for the mail-enabled security group, right?
If this is true, you can run the command below:
Set-DistributionGroup -Identity "Dl-finance-all" -RequireSenderAuthenticationEnabled $false -AcceptMessagesOnlyFrom @{Add="******@contoso.com"}
Reference: Set-DistributionGroup.
Actually, according to this official document, this can also be completed in the Exchange admin center. Select the group in EAC, click the Settings tab on the details pane, click "Edit delivery management":
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.