FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


appendix:telnet-mail.html



Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
appendix:telnet-mail.html [2017/11/07 00:46]
kurihara created
appendix:telnet-mail.html [2017/12/09 02:16]
kurihara
Line 1: Line 1:
-====== Mail Command ======+====== Mail with telnet ======
  
  
  
-==== send mail with telnet==== +===== send mail with telnet=====
 <html><pre class="code"> <html><pre class="code">
 # <font color=#ff4500>telnet localhost 25</font> # <font color=#ff4500>telnet localhost 25</font>
Line 12: Line 12:
 <font color=#ff4500>helo localhost</font> <font color=#ff4500>helo localhost</font>
 250 test-server.example-sec.local 250 test-server.example-sec.local
-<font color=#ff4500>mail from:user01@example-sec.jp</font>+<font color=#ff4500>mail from:user01@example.com</font>
 250 ok 250 ok
-<font color=#ff4500>rcpt to:user02@example-sec.jp</font>+<font color=#ff4500>rcpt to:user02@example.com</font>
 250 ok 250 ok
 502 unimplemented (#5.5.1) 502 unimplemented (#5.5.1)
 <font color=#ff4500>data</font> <font color=#ff4500>data</font>
 354 go ahead 354 go ahead
-<font color=#ff4500>From: user01@example-sec.jp +<font color=#ff4500>From: user01@example.com 
-To: user02@example-sec.jp+To: user02@example.com
 Subject: test Subject: test
 this is test. this is test.
Line 29: Line 29:
 502 unimplemented (#5.5.1) 502 unimplemented (#5.5.1)
 <font color=#ff4500>quit</font> <font color=#ff4500>quit</font>
-221 test-server.example-sec.local+221 test-server.example.local
 Connection closed by foreign host. Connection closed by foreign host.
 </pre></html> </pre></html>


appendix/telnet-mail.html.txt · Last modified: 2017/12/16 22:50 by kurihara