Advertisement
Guest User

Untitled

a guest
Aug 26th, 2018
5,296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. jek@jeknote:~$ swaks --from info@hackerspace.by --to jekhor@gmail.com --auth PLAIN --auth-user info@hackerspace.by -s smtp.yandex.com -tls
  2. Password: ****************
  3. === Trying smtp.yandex.com:25...
  4. === Connected to smtp.yandex.com.
  5. <- 220 smtp1p.mail.yandex.net ESMTP (Want to use Yandex.Mail for your domain? Visit http://pdd.yandex.ru)
  6. -> EHLO localhost.localdomain
  7. <- 250-smtp1p.mail.yandex.net
  8. <- 250-8BITMIME
  9. <- 250-PIPELINING
  10. <- 250-SIZE 42991616
  11. <- 250-STARTTLS
  12. <- 250-AUTH LOGIN PLAIN XOAUTH2
  13. <- 250-DSN
  14. <- 250 ENHANCEDSTATUSCODES
  15. -> STARTTLS
  16. <- 220 Go ahead
  17. === TLS started with cipher TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128
  18. === TLS no local certificate set
  19. === TLS peer DN="/C=RU/O=Yandex LLC/OU=ITO/L=Moscow/ST=Russian Federation/CN=smtp.yandex.ru"
  20. ~> EHLO localhost.localdomain
  21. <~ 250-smtp1p.mail.yandex.net
  22. <~ 250-8BITMIME
  23. <~ 250-PIPELINING
  24. <~ 250-SIZE 42991616
  25. <~ 250-AUTH LOGIN PLAIN XOAUTH2
  26. <~ 250-DSN
  27. <~ 250 ENHANCEDSTATUSCODES
  28. ~> AUTH PLAIN AGluZm9AaGFja2Vyc3BhY2UuYnkAenV4ZnpsZnRmcGJmZGRqdQ==
  29. <~ 235 2.7.0 Authentication successful.
  30. ~> MAIL FROM:<info@hackerspace.by>
  31. <~ 250 2.1.0 <info@hackerspace.by> ok
  32. ~> RCPT TO:<jekhor@gmail.com>
  33. <~ 250 2.1.5 <jekhor@gmail.com> recipient ok
  34. ~> DATA
  35. <~ 354 Enter mail, end with "." on a line by itself
  36. ~> Date: Sun, 26 Aug 2018 23:44:47 +0300
  37. ~> To: jekhor@gmail.com
  38. ~> From: info@hackerspace.by
  39. ~> Subject: test Sun, 26 Aug 2018 23:44:47 +0300
  40. ~> Message-Id: <20180826234447.009028@localhost.localdomain>
  41. ~> X-Mailer: swaks v20170101.0 jetmore.org/john/code/swaks/
  42. ~>
  43. ~> This is a test mailing
  44. ~>
  45. ~> .
  46. <~ 250 2.0.0 Ok: queued on smtp1p.mail.yandex.net as 1535316290-P7v4CLO7ie-inniaxq7
  47. ~> QUIT
  48. <~ 221 2.0.0 Closing connection.
  49. === Connection closed with remote host.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement