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
VasilMichev
Dec 15, 2022MVP
Hm, 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
New-RemoteDomain blabla -DomainName blabla.com
Set-RemoteDomain blabla -AutoForwardEnabled $false
SebCerazy
May 21, 2024Iron Contributor
https://learn.microsoft.com/en-us/exchange/mail-flow-best-practices/remote-domains/manage-remote-domains
(why would one have -AutoForwardEnabled $false - it makes sense in this case to have it $true)