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
To prevent installation failure if Windows NT Domain controller is not present. 16Number of Views Console and web tier virtual host certificates no longer trusted by Google Chrome 58.0.3029.81 in RSA Authentication Manag… 255Number of Views How to configure more than two IP addresses for an RSA Authentication Manager 8.2 Web Tier Virtual Host 650Number of Views Migrating users from one identity source to another in Authentication Manager 30Number of Views How to Troubleshoot Authentication Manager Security Console trusted Host Alias whitelist problems 312Number of Views
Trending Articles
Downloading RSA Authentication Manager license files or RSA Software token seed records RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory Mandatory Certificate Upgrade Required by 6th October 2025 for RSA MFA Agent for PAM, RSA MFA Agent for Apache, and Third … RSA Authentication Manager 8.9 Release Notes (January 2026)
Don't see what you're looking for?