Windows VPS setting SMTP server
August 7th, 2008Q. How do I set up my SMTP server?
Ans: When using a Windows VPS, the simplest way to install and configure your SMTP service is from directly within your server.
However, The SMTP does not come installed by default, and must be installed before the service can be used. Upon installation a default configuration is created, which then allows you to configure the service to your particular needs.
The following steps explain how to install SMTP on your server:
1. Firstly, you will need to be connected directly to your server, not via a control panel. You can do so by using a remote connection client such as the one found on most windows machines.
2. Once on your machine, select control panel from the start menu.
3. Select Add or Remove Programs.
4. Select Add/Remove Windows Components from the left hand navigation pane.
5. Within the components list, you will see Application Server, select this and then click Details.
6. Navigate to the Subcomponents of Application Server list, select Internet Information Services (IIS), and then click Details.
7. Under the Subcomponents of Internet Information Services (IIS) list, select the SMTP Service check box.
8. Now click OK.
9. Finally click Next. At this stage you might be prompted for the Windows Server 2003 CD or the network install path, the path is C:\i386
10. Click Finish, and your SMTP service will now install.
When the install has finished, a default SMTP server configuration will have been created with a message store in C:\Inetpub\Mailroot.
As you will be setting up the SMTP service for the first time, you will need to configure global settings for a SMTP virtual server, as well as settings for individual components of the virtual server. To do this you must be member of the Administrators group on the local computer in order to perform the following procedures.
For security reasons, it is always best practice to log on to the server by using an account that is not in the Administrators group, then use the ‘runas’ command to run IIS Manager as an administrator.
If you are going to adopt this method, At a command prompt, type runas /user:your-admin-account-name “mmc %systemroot%\system32\inetsrv\iis.msc”.
Where/How to configure global SMTP settings:
1. Navigate to within the IIS Manager, expand the local computer and right-click ‘Default SMTP Virtual Server’, then select Properties.
2. Next, simply change the default settings on the property pages as required. If you require information about the individual settings, simply click ‘Help’ for an explanation.
To configure SMTP virtual server components settings:
1. Again from within the IIS Manager, expand local computer, then ‘Default SMTP Virtual Server’ and right-click the individual component which you wish to configure and select Properties.
2. Finally, change the default settings on the property pages as required. Again, for additional information about individual settings, simply click ‘Help’.



























































