In this Article, we wil learn:-
How to Configure Mail Forwarding in Exchange Server 2007.How to Create Multiple SMTP Domains in Exchange Server 2007
How to Create Multiple SMTP Domains in Exchange Server 2007
Sometimes administrators require adding a list of SMTP domains for which Exchange organization is authoritative. To create multiple SMTP domains in Exchange Server 2007, you will have to first create a text file, with one SMTP domain per line and name this file as 'domains.txt'. Open the Exchange Cmdlet and enter the following command to create SMTP domains:-
Get-Content C:\domains.txt | Foreach-Object {New-AcceptedDomain -Name $_ -DomainName $_ -DomainType Authoritative}
Typically this command is run on the Hub Transport role and then EdgeSync process automatically pust this list out to the Edge servers. By default, accepted SMTP domain replicates one per hour. We can manually sync this list from the Hub Transport server by running the following command:-
Start-EdgeSynchronization
How to Configure Mail Forwarding in Exchange Server 2007
This article explains how to use the Exchange Management Console to configure mail forwarding on a mailbox.
1. Open the Exchange Management Console.
2. Expand Recipient Configuration and then click on Mailbox.
3. Open the Properties tab of any mailbox and click on Mail Flow Settings tab.
4. Click Delivery Options and then click Properties.
5. Click the Forward to checkbox and this will enable the Browse button.
6. Click Browse to open the Select Recipient dialog box.
7. Select the recipients to whom you want to forward.
8. Click Ok to save the settings
About the Author:
http://www.techpeoples.net/
