Forum Discussion
luvsql
Dec 14, 2022Iron Contributor
Auto Forwarding to External Emails Not Working with Exception Added to Allow It
We have a shared mailbox that we need to setup auto fowarding so these emails can hit another application that uses an external email address. The emails only forward when using an internal email ad...
- Dec 15, 2022Hm, seems I overlooked/misread the drop message above - this is caused by the Remote domain settings, not the Outbound policy controls. Check the Default remote domain settings, or better yet, create a separate object:
New-RemoteDomain blabla -DomainName blabla.com
Set-RemoteDomain blabla -AutoForwardEnabled $false
Bardi
May 30, 2025Copper Contributor
This fixed the issue. Thank you Vasil.
Additionally, use: Get-RemoteDomain | Select Name, DomainName, AutoForwardEnabled
to display the remote domain settings on powershell.