Guest User

Untitled

a guest
Jun 13th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. [root@quilmes ~]# swaks --to [email protected] --from [email protected]
  2. === Trying mail.deytec.com:25...
  3. === Connected to mail.deytec.com.
  4. <- 220 drakkar.buen.hosting ESMTP Postfix (Debian/GNU)
  5. -> EHLO quilmes.buen.hosting
  6. <- 250-drakkar.buen.hosting
  7. <- 250-PIPELINING
  8. <- 250-SIZE 26214400
  9. <- 250-ETRN
  10. <- 250-STARTTLS
  11. <- 250-AUTH DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
  12. <- 250-ENHANCEDSTATUSCODES
  13. <- 250-8BITMIME
  14. <- 250 DSN
  15. -> MAIL FROM:<[email protected]>
  16. <- 250 2.1.0 Ok
  17. -> RCPT TO:<[email protected]>
  18. <- 250 2.1.5 Ok
  19. -> DATA
  20. <- 354 End data with <CR><LF>.<CR><LF>
  21. -> Date: Tue, 13 Jun 2017 15:21:02 -0300
  22. -> Subject: test Tue, 13 Jun 2017 15:21:02 -0300
  23. -> Message-Id: <[email protected]>
  24. -> X-Mailer: swaks v20170101.0 jetmore.org/john/code/swaks/
  25. ->
  26. -> This is a test mailing
  27. ->
  28. -> .
  29. <- 250 2.0.0 Ok: queued as A0D6D15A31EB
  30. -> QUIT
  31. <- 221 2.0.0 Bye
  32. === Connection closed with remote host.
Advertisement
Add Comment
Please, Sign In to add comment