Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Can exchange2016 send as this sender email be received or sent?

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

550 5.7.60 SMTP; Client does not have permissions to send as this sender

Today, a user mailbox suddenly can receive mail, can not send mail!! Baidu searched for a long time did not find, Google found a solution to share

The Active Directory Service has a process to ensure that the security identifiers of protected groups are not altered. If the security identifier of an account belonging to a protected group does not match the security identifier of AdminSDHolder Object, the security identifier of the account is overwritten by the security identifier of AdminSDHolder Object.

Because the Send As permission is modified by modifying the user's security identifier, if a user belongs to a protected group, the above modification will be executed in about one hour, that is, the security identifier of AdminSDHolder Object will be overwritten to the user's security identifier. Because Send As belongs to one of the permissions of the security identifier, it will also be overwritten at the same time, resulting in the loss of NT Authority\Self permission.

Open Exchange Management Shell

Solution: Increase Send-as permissions for all users

Add additional send as permission to mailbox users: Get-Mailbox| Add-ADPermission -User 'NT Authority\Self' -ExtendedRights 'Send-as'

Add Send-as permission to the user mailbox in question ('****'is the user mailbox account)

Get-Mailbox "****" | Add-ADPermission -User '****' -ExtendedRights 'Send-as'

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report