Guest User

Untitled

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