Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Small Business Server 2011 Standard
Problem The connectors for Exchange Server 2010 cannot be configured.
Features affected An installation error occurred while configuring the internal SMTP transport, because the internal network is not configured. As a result, you cannot send or receive email messages in your internal network.
Solution To resolve this issue, you must manually configure the internal SMTP transport for Exchange Server 2010.
Note
Pre-requisite tasks Before you continue, ensure that you finish the following pre-requisites:
- Add the Certification Authority role using the Fix My Network Wizard. For instructions, see Run the Fix My Network Wizard.
- Configure the Certification Authority component using the Fix My Network Wizard. For instructions, see Run the Fix My Network Wizard.
- Create an internal certificate using the Fix My Network Wizard. For instructions, see Run the Fix My Network Wizard.
- Create email distribution groups. For instructions, see Email distribution groups cannot be created.
Click Start, in the Search box type cmd, right-click cmd, and then click Run as administrator.
In the User Account Control window, click Continue.
In the Command Prompt window, type CD \, and then press ENTER. Next, type
md c:\inetpub\mailroot\drop
, and then press ENTER.Click Start, click All Programs, click Microsoft Exchange Server 2010, right-click Exchange Management Shell, and then click Run as administrator.
In the User Account Control window, click Continue.
Type
set-transportserver –identity <destinationservername> -RootDropDirectorypath C:\inetpub\mailroot
, and then press ENTER.Type
get-transportserver | fl
, and then press ENTER. Ensure that the RootDropDirectoryPath is set.Delete the default Exchange certificate. This certificate uses the subject name as the server name. To delete the default Exchange certificate, do the following:
Click Start, click All Programs, click Microsoft Exchange Server 2010, right-click Exchange Management Shell, and then click Run as administrator.
In the User Account Control window, click Continue.
Type
Get-ExchangeCertificate
, and then press ENTER.In the Subject list, find the line where the subject has only the local computer name.
Record the Thumbprint for that certificate (where the subject has only the local computer name in it).
Type
Remove-ExchangeCertificate <Thumbprint>
.Press Y to confirm, and then press ENTER.
Run the Internet Connection Wizard and the Internet Address Management Wizard, as follows:
Open the Windows SBS Console.
On the navigation bar, click Network, and then click Connectivity.
In the task pane, click Connect to the Internet, and then follow the instructions in the wizard.
In the task pane, click Set up your Internet address, and then follow the instructions in the wizard.
Create new foreign connectors by using the Exchange Management Shell as follows:
Click Start, click All Programs, click Microsoft Exchange Server 2010, right-click Exchange Management Shell, and then click Run as administrator.
In the User Account Control window, click Continue.
Type
new-foreignconnector -Name "Windows SBS Company Web Connector <servername>" -AddressSpaces "smtp:companyweb;1" -SourceTransportServers <server name>
, and then press ENTER.Type
Get--foreignconnector -DomainController <server name>.<domain name> | set-foreignconnector -DropDirectory "Drop"
, and then press ENTER.Type
new-remotedomain -Name "Windows SBS Company Web Domain" -domainname "companyweb" -DomainController "<server name>.<domain name>"
, and then press ENTER.Type
set-remotedomain -TNEFEnabled $false -Identity "Windows SBS Company Web Domain"
, and then press ENTER.
Run the Fix My Network Wizard as follows:
Open the Windows SBS Console.
On the navigation bar, click Network, and then click Connectivity.
In the task pane, click Fix my network.
Follow the instructions in the wizard. You can click each potential problem that the wizard lists to get more information about the problem.
Note
Follow-up task After you finish, you must set the Exchange Server 2010 configuration status. For instructions, see The status for Microsoft Exchange Server 2010 could not be configured.