0% found this document useful (0 votes)
145 views

SMTP Server Installation

The document provides instructions for installing an SMTP server in Windows Server 2012 R2. It includes steps to install the SMTP server feature, configure the SMTP virtual server properties, specify the virtual address and test the SMTP functionality using Telnet commands. The test shows how to send a test email using the newly configured SMTP server.

Uploaded by

Sunil Katke
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
145 views

SMTP Server Installation

The document provides instructions for installing an SMTP server in Windows Server 2012 R2. It includes steps to install the SMTP server feature, configure the SMTP virtual server properties, specify the virtual address and test the SMTP functionality using Telnet commands. The test shows how to send a test email using the newly configured SMTP server.

Uploaded by

Sunil Katke
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

SMTP Server Installation

1. Install SMTP Server Feature in Windows server 2012 R2 Datacentre


2. Search for IIS 6.0 Manager

3. Right Click on SMTP Virtual server -> Properties .Follow below


screenshots.

Virtual Address for JPS is 192.168.3.0/24 (Subnet mask is 255.255.255.0)

If you are planning to use GDAZJPSDEV05.ebps-dev.local server as SMTP server,


the same needs to be specified as shown below.

Leave default

5. Install Telnet Feature


Following is the procedure or commands (highlighted below) to test SMTP
functionality

220 GDAZJPSDEV05.ebps-dev.local Microsoft ESMTP MAIL Service, Version:


8.5.9600.
16384 ready at Thu, 4 Sep 2014 15:32:36 +0000
helo
250 GDAZJPSDEV05.ebps-dev.local Hello [192.168.99.5]
mail from:[email protected]
250 2.1.0 [email protected] OK
rcpt to:[email protected]
250 2.1.5 [email protected]
data
354 Start mail input; end with <CRLF>.<CRLF>
this is test mail
.
250 2.6.0 < GDAZJPSDEV0500XRE300000001@ GDAZJPSDEV05.ebps-dev.local >
Queued mail
for delivery

Note:- Mail From can be any id and rcpt to should be the valid e-mail id to
which you want to send this Test e-mail. If you receive an e-mail then you should
be able to use GDAZJPSDEV05.ebps-dev.local as SMTP Server for your
applications.

You might also like