Telnet - SMTP Commands (sending mail using telnet to the Interceptor)
Originally Published: 2008-06-12
Article Number
Applies To
Issue
Resolution
Testing email connectivity to the interceptor and to other MTA using command line telnet tool. Find below the procedure for sending emails through the interceptor using command line.
From DOS prompt type
telnet <interceptor_hostname> 25
You should then see something similar to the following (important portion is to confirm a 220 reply).
"220 mail.domain.ext ESMTP RSA Interceptor
You will then need to declare where you are sending the email from:
HELO local.domain.name (or EHLO domain name)- don't worry too much about your local domain name although you really should use your exact fully qualified domain name as seen by the outside world the mail server has no choice but to take your word for it as of RFC822-RFC1123.
This should give you:
250 mail.domain.ext Hello local.domain.name [local.i.p], pleased to meet you
Now give your email address (without using backspace)
MAIL FROM: mail@domain.ext
Should yield:
250 2.1.0 mail@domain.ext... Sender ok
Now give the recipients address (without using backspace)
RCPT TO: mail@otherdomain.ext
Should yield:
250 2.1.5 mail@otherdomain.ext... Recipient ok
To start composing the message issue the command DATA. Example:
DATA
Should yield:
354 Enter mail, end with "." on a line by itself
Test message. Can insert sensitive data for testing
.
Should yield:
250 2.0.0 q66Isvg3016621 Message accepted for delivery
Related Articles
RSA Announces Availability of RSA Authentication Manager 8.7 SP2 Language Packs 101Number of Views RSA Announces Availability of RSA Authentication Manager 8.2 Language Packs 12Number of Views RSA RADIUS Server service failed to start in the RSA Authentication Manager 8.1 Operations Console 1.5KNumber of Views RSA Announces Availability of RSA Authentication Manager 8.8 Language Packs and Nutanix AHV Support 144Number of Views Quick Setup of a Replica Instance fails the attach to the Primary Instance 798Number of Views
Trending Articles
How to Download OTP Token Seed Files from myRSA RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?