Exchange forwarder
Hi
I know it is possible to set a forwarder on the user' properties from the active directory .
But is it possible to create a recipient policy to .....have emails of
.a firstdomain.com it be routed to the same name at .seconddomain.com.
August 31st, 2011 3:57pm
For lot of users i meant ..
Setting a forwarder for a number of users would be a time consuming activity
Free Windows Admin Tool Kit Click here and download it now
August 31st, 2011 4:03pm
Hi,
What's the version of exchange server?
If you use Exchange 2007/2010 you can use EMS to set forward address through cmdlet.
foreach($mbx in get-mailbox){$address=$mbx.alias+"@seconddomain.com";set-mailbox -$mbx.identity -ForwardingSmtpAddress $address}Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
September 2nd, 2011 2:44am
Can you explain a bit...is the fowarding going to an external or different mail server? If so set the authoratitive domain to "internal relay" and set up the corresponding connector to send to the foreign mail server.
Exchange 2007 SMTP Namespace Sharing and Different Relay Domain Types
http://www.msexchange.org/articles_tutorials/exchange-server-2007/planning-architecture/exchange-2007-smtp-namespace-sharing-different-relay-domain-types.htmlJames Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2011 11:51am
Hi,
if this is an external domain then just have a contact with external email address and then go to user property in EMC and set forward that contact address that is having external email addres..
Thanks
Amit Rawat
September 3rd, 2011 8:40am
A transport rule might also do the trick for you giving that you use Exchange 2007 or 2010
http://www.microsoft.com/downloads/details.aspx?FamilyID=99989695-5116-4EC6-93C3-8395DE84996D&displaylang=e&displaylang=en
Exchange Edge address rewrite might also be what youä'e looking for
http://technet.microsoft.com/en-us/library/aa996806.aspx
http://technet.microsoft.com/en-us/library/aa997185.aspx
lasse at humandata dot se, http://anewmessagehasarrived.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
September 3rd, 2011 5:35pm