How long ago did you make this change?
Does it work using Outlook Web App
Remote Server returned '554 5.4.0'
-- --
932
Reputation points
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
1 answer
Sort by: Most helpful
-
Andy David - MVP 149.1K Reputation points MVP
2022-07-19T14:33:02.893+00:00