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

Parsian02 20 Reputation points
2024-10-21T09:44:12.6733333+00:00

I've set up a new Exchange Server 2019, but some users are encountering the error: "5.7.60 SMTP; Client does not have permissions to send as this sender." I reset the security settings to default in Active Directory for the specific user. Initially, it worked fine, but after a few minutes, the permissions were revoked again. I've also added "Send As" and "Receive As" permissions in the advanced security settings, which works temporarily but eventually reverts. What could be the proper solution for this user?

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,337 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jake Zhang-MSFT 6,465 Reputation points Microsoft Vendor
    2024-10-22T05:56:15.55+00:00

    Hi @Parsian02 ,

    Welcome to the Microsoft Q&A platform!

    Based on your description, the error message "5.7.60 SMTP; The client does not have permission to send as this sender" usually indicates a permissions issue related to the "Send As" permission in Exchange Server 2019. Here are a few steps you can take to troubleshoot and possibly resolve this issue:

    1. Make sure the "Send As" permission is correctly applied to the user. You can do this using the Exchange Management Shell:
    Add-ADPermission -Identity "Mailbox" -User "User" -ExtendedRights "Send As" 
    
    1. Sometimes, conflicting permissions can cause problems. Make sure that no deny permissions are set for the user.
    2. Active Directory replication delays may cause permissions to be temporarily restored. Make sure the changes have been replicated to all domain controllers.
    3. If email address policies are being applied, they may overwrite permissions. Check the policies and make sure they do not affect the "Send As" permission.
    4. If you are using managed service accounts, make sure they have the necessary permissions and have not been reset by the system.
    5. If the user belongs to a group with "Send As" permissions, make sure the group membership has not changed.
    6. Run the Exchange Best Practices Analyzer to check for any misconfigurations.
    7. Make sure your Exchange server is updated to the latest cumulative updates and patches.

    If the problem persists after trying these steps, it may help to enable diagnostic logging for the MSExchangeIS service to collect more details about the permission changes.


    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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.