The steps below require that the following requirements have been met:
Please Note: When typing the above commands via telnet, you cannot hit the Backspace key. If you do, you will have to start over from the beginning.
http://www.smartnetadmin.com
- In Windows Server, the Simple Mail Transfer Protocol Service has been installed.
- In Windows Server, the Simple Mail Transfer Protocol Service has been set to Automatic and is listening on Port 25.
- In Windows Server, the SMTP Virtual Server Smarthost/Outbound Security has been fully configured. If Exchange Server is running on the Server, the SMTP Virtual Server is found within the Exchange System Manager MMC - Servers - ServerName - Protocols - SMTP. If Exchange Server is not installed, the SMTP Virtual Server is found within the Internet Information Server MMC - ServerName - Default SMTP Virtual Server.
- In Windows Server, the SMTP Virtual Server - SMTP Relay Restrictions have been defined. Both the Local Loopback Address, 127.0.0.1, and the Private IP Address of the Server should be Granted access.
- In the DNS Server which hosts the Domain, a forward and reverse entry is in place for the Server that will be sending the email. Otherwise, receiving Mail Servers will identify sent email as spam.
- From the Mail Server, click Start - Run.
- Type: cmd
- Click OK.
- Type: telnet localhost 25
- Type: helo
- Hit Enter.
- Type: mail from: [address@domain.com]
- Hit Enter.
- Type: rcpt to: [address@domain.com]
- Hit Enter.
- Type: data
- Hit Enter.
- Type email text.
- Hit Enter.
- Type: .
- Hit Enter.
Please Note: When typing the above commands via telnet, you cannot hit the Backspace key. If you do, you will have to start over from the beginning.
http://www.smartnetadmin.com
Comments
Post a Comment