Manually testing outbound email in Email Security.cloud using Telnet
search cancel

Manually testing outbound email in Email Security.cloud using Telnet

book

Article ID: 161416

calendar_today

Updated On:

Products

Email Security.cloud

Issue/Introduction

Customer needs to test outbound email connection through the Email Security.cloud services using telnet before sending mail.

Resolution

In order to do this use the following instructions.

Open up a command prompt to initiate a telnet session.
At the prompt, type the following to send a mail:
            [You Type] telnet cluster5out.us.messagelabs.com 25 [cluster5out.us is an example, you should use the cluster your organization has assigned]
            [Response] Trying
            [Response] Connected to cluster5out.us.messagelabs.com.
            [Response] Escape character is '^]'.
            [Response] 220 server-99.tower-999.messagelabs.com ESMTP
            [You Type] HELO mydomain.com
            [Response] 250 server-99.tower-999.messagelabs.com
            [You Type] MAIL FROM:<[email protected]>
            [Response] 250 OK
            [You Type] RCPT TO:<[email protected]>
            [Response] 250 OK
            [You Type] DATA
            [Response] 354 go ahead
            [You Type] Subject: Test, Pls Ignore
            [You Type] Test
            [You Type] .  ( Ensure you type this period character on it's own line followed by pressing the enter key)
            [Response] 250 ok 1122906034 qp 6443 server-99.tower-999.messagelabs.com!1122905977!30337210!1
            [You Type] QUIT
Additional information can also be passed during the DATA command. DATA indicates that you are about to send the body of the mail. For example:

From: [email protected]
To: [email protected]
Subject: Subject of the email
This is the first line in the body.
This is the second line in the body.