6Jun/111
Outlook mail forwarding rule to external address not working
You might notice that, your Microsoft Exchange environment, if your users setup outlook rules to automatically forward their emails to an external email address, these rules will not work and the forwarded email will never leave your organization.
This is because Exchange blocks, by default,automatic forwarding message. To solve this problem you will need to follow the below steps
Exchange 2003
- Open Exchange System Manager
- Expand Global Settings
- Locate Internet Message Formats
- In the right-hand panel, right click Properties on "Default"
- In the Advanced tab, check the option "Allow Automatic Forward"

Exchange 2007/2010
In Exchange 2007/2010 "Internet Message Formats" is replaced by "Remote Domains"
- Open Exchange Management Console
- Organization Configuration
- Hub Transport
- Remote Domains tab
- Right click properties on Default
- Message Format tab
- Check "Allow automatic forward"
The same can be done using powershell by running
set-RemoteDomain * -AutoForwardEnabled:$true
Enjoyed the post, what is next?
Grab our FULL RSS feed! or Email Updates then share it
-
Guest

