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
Can RCM be configured to send the fully qualified host name to the smtp server? 17Number of Views Enabling debug output for SMTP output action 38Number of Views SMTP: XrcBADSOURCE error when configuring a jurisdiction 16Number of Views System internal error on RSA Authentication Manager 8.x when accessing options under System Settings for Email (SMTP), Log… 21Number of Views Delete the SMTP(s) Certificate 8Number of Views
Trending Articles
Authentication Manager Log Messages (23001-23091) RSA Authentication Manager Upgrade Process How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?