Forum Discussion

luvsql's avatar
luvsql
Iron Contributor
Dec 14, 2022
Solved

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...
  • VasilMichev's avatar
    VasilMichev
    Dec 15, 2022
    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

Resources