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
"Unknown Action Field" and "<field> is required" errors when running Authentication Manager Bulk Admin (AMBA); ^M found in… 11Number of Views RESTful Web Service AFX Connector fails when sending a DELETE request in RSA Identity Governance & Lifecycle 159Number of Views RSA Authentication Manager 8.x primary replication service is shutdown and fails to start manually 1.3KNumber of Views Error message "Sorry, your request cannot be processed at this time" when logging in to the RSA Community 135Number of Views 'Request could not be handled' and 'No enum constant com.aveksa.server.core.DataCollector.Status.InActive' errors exportin… 162Number of Views
Trending Articles
Troubleshooting RSA SecurID Access Identity Router to RSA Authentication Manager test connection failures RSA SecurID Software Token 5.0.2 Downloads for Microsoft Windows RSA Authentication Manager 8.9 Release Notes (January 2026) Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.8 Setup and Configuration Guide
Don't see what you're looking for?