Guest User

Untitled

a guest
Jul 18th, 2016
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. root@mail:~/Desktop# telnet 127.0.0.1 25
  2. Trying 127.0.0.1...
  3. Connected to 127.0.0.1.
  4. Escape character is '^]'.
  5. 220 abcmail.abc-telecom.az ESMTP Postfix (Ubuntu)
  6. helo 62.217.135.244
  7. 250 abcmail.abc-telecom.az
  8. mail from: [email protected]
  9. 250 2.1.0 Ok
  10. 250 2.1.5 Ok
  11. data
  12. 354 End data with <CR><LF>.<CR><LF>
  13. Subject: 123456
  14. qwerty
  15. ...
  16. .
  17. 250 2.0.0 Ok: queued as 06C6111C2A2E
  18. quit
  19. 221 2.0.0 Bye
  20. Connection closed by foreign host.
  21. root@mail:~/Desktop#
Advertisement
Add Comment
Please, Sign In to add comment