Manual telnet sessions with a remote mail server

Here you can find tutorials and notes for server-side maintenance/configuration

Manual telnet sessions with a remote mail server

Postby lik » Mon Jun 08, 2009 10:33 am

Manual telnet sessions with a remote mail server

Simple manual telnet session with mail host. Uppercase/lowercase does not appear to be significant.

Code: Select all
You do/type this -------> Server responds with

Telnet to hostname on port 25
------------>220 (then identifies itself)
HELO your_domain_name or whatever
------------>250 (followed by human readable message)
MAIL FROM:you@hostname.com
------------>250 is syntactically correct (or similar)
RCPT TO:them@someplace_else.com (email address you want to send to)
------------>250 is syntactically correct
DATA    Tells you to send data then CRLF period CRLF at end You type your message then CRLF period CRLF (ie, type a period on a line by itself then hit ENTER)
------------>250
QUIT
------------>Signoff message
lik
Founder
Founder
 
Posts: 497
Joined: Wed Dec 15, 2010 3:21 am

Re: Manual telnet sessions with a remote mail server

Postby lik » Mon Apr 04, 2011 5:39 am

lik
Founder
Founder
 
Posts: 497
Joined: Wed Dec 15, 2010 3:21 am


Return to Server Side Actions

 


  • Related topics
    Replies
    Views
    Last post
cron