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
Using Custom Settings in Your Cloud Access Service Deployment 19Number of Views Connector Test or Edit times out without sending any packets on the network in RSA Governance & Lifecycle 43Number of Views Can RCM be configured to send the fully qualified host name to the smtp server? 17Number of Views Error when signing a certificate request using RCM in HA with Thales HSM 37Number of Views How to restore the Server Nodes configuration in RSA Identity Governance & Lifecycle 309Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager 8.9 Release Notes (January 2026) How to install the jTDS JDBC driver on WildFly for use with Data Collections in RSA Identity Governance & Lifecycle RSA Authentication Manager 8.8 Setup and Configuration Guide Artifacts to gather in RSA Identity Governance & Lifecycle
Don't see what you're looking for?