Advertisement
Guest User

Log

a guest
Sep 14th, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. root@8:~# $ echo test | mail -v -s "testing ssmtp setup" tousername@somedomain.com
  2. -bash: $: command not found
  3. Null message body; hope that's ok
  4. [<-] 220 smtp.gmail.com ESMTP t5sm2634115lat.3 - gsmtp
  5. [->] EHLO jharharry@gmail.com
  6. [<-] 250 SMTPUTF8
  7. [->] STARTTLS
  8. [<-] 220 2.0.0 Ready to start TLS
  9. [->] EHLO jharharry@gmail.com
  10. [<-] 250 SMTPUTF8
  11. [->] AUTH LOGIN
  12. [<-] 334 VXNlcm5hbWU6
  13. [->] amhhcmhhcnJ5QGdtYWlsLmNvbQ==
  14. [<-] 334 UGFzc3dvcmQ6
  15. [<-] 235 2.7.0 Accepted
  16. [->] MAIL FROM:<YourFromName@gmail.com>
  17. [<-] 250 2.1.0 OK t5sm2634115lat.3 - gsmtp
  18. [->] RCPT TO:<tousername@somedomain.com>
  19. [<-] 250 2.1.5 OK t5sm2634115lat.3 - gsmtp
  20. [->] DATA
  21. [<-] 354 Go ahead t5sm2634115lat.3 - gsmtp
  22. [->] Received: by jharharry@gmail.com (sSMTP sendmail emulation); Mon, 14 Sep 2015 14:39:37 -0400
  23. [->] From: "root" <YourFromName@gmail.com>
  24. [->] Date: Mon, 14 Sep 2015 14:39:37 -0400
  25. [->] To: tousername@somedomain.com
  26. [->] Subject: testing ssmtp setup
  27. [->]
  28. [->] .
  29. [<-] 250 2.0.0 OK 1442255984 t5sm2634115lat.3 - gsmtp
  30. [->] QUIT
  31. [<-] 221 2.0.0 closing connection t5sm2634115lat.3 - gsmtp
  32. root@8:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement