Remote Server returned '554 5.4.0'

-- -- 957 Reputation points
2022-07-19T12:55:47.34+00:00

Hi

Exchange 2016 in Windows Server 2016 standard domain.

user1 has both 'Send As' and 'Full Access' permissions on user2 mailbox.

Add-MailboxPermission -Identity "user2" -User user1 -AccessRights FullAccess -InheritanceType all -automapping $false  
  
Add-AdPermission -Identity "user2" -User user1 -AccessRights ExtendedRight -ExtendedRights "Send As"  

In Outlook when user1 (logged in as user1) sends email from users2 mailbox the mail is always bounced with

Remote Server returned '554 5.4.0'  

What is the issue and how can I fix it?

Thanks

Regards

Exchange | Exchange Server | Management
{count} votes

1 answer

Sort by: Most helpful
  1. Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
    2022-07-19T14:33:02.893+00:00

    How long ago did you make this change?
    Does it work using Outlook Web App


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.