Using Internal SMTP Server

Allow Symphony server to relay email through itself using Microsoft SMTP server.

Task 1:  Install IIS on the server

        Follow the instructions at

http://digitizor.com/2009/02/20/how-to-install-microsoft-iis-server-on-windows-7/

Task 2:  Add SMTP Server:

1.      Start the Server Manager MMC.

2.      In the Features section, click Add Features.

3.      Select SMTP Server.

Task 3:  Configure the mail server

1.      From the Windows Control Panel, double- click on the Administrative Tools icon.

2.      Double-click on the Internet Information Services icon.

        If this is not installed:

a.      Go to Control Panel, Add/Remove Programs, and select Add/Remove Windows Components.

b.      Scroll to Internet Information Services, click Details, and add SMTP service.

3.      Expand the tree. Right-click on Default SMTP Virtual Server and select Start if it is enabled.

4.      Right-click on Default SMTP Virtual Server and select Properties.

5.      Click the Access tab and then click Connection.

6.      Select the Only the list below option and click Add.

7.      Select the Single computer option and enter 127.0.0.1 as the IP address.

8.      Click OK to close the Computer dialog box and click OK to close the Connection dialog box.

9.      Click the Relay... button.

10.  Select the Only the list below option and click Add.

11.  Select the Single computer option and enter 127.0.0.1 as the IP address.

12.  Click OK to close the Computer dialog box.

13.  Clear the Allow all computers that successfully authenticate to relay check box.

14.  Click OK to close the Relay Restrictions dialog box.