thufir

Untitled

Dec 26th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. thufir@dur:~$
  2. thufir@dur:~$
  3. thufir@dur:~$ swaks --to [email protected] --server dur.bounceme.net
  4. === Trying dur.bounceme.net:25...
  5. === Connected to dur.bounceme.net.
  6. <- 220 dur.bounceme.net ESMTP Postfix (Ubuntu)
  7. -> EHLO dur.bounceme.net
  8. <- 250-dur.bounceme.net
  9. <- 250-PIPELINING
  10. <- 250-SIZE 10240000
  11. <- 250-VRFY
  12. <- 250-ETRN
  13. <- 250-STARTTLS
  14. <- 250-ENHANCEDSTATUSCODES
  15. <- 250-8BITMIME
  16. <- 250 DSN
  17. -> MAIL FROM:<[email protected]>
  18. <- 250 2.1.0 Ok
  19. -> RCPT TO:<[email protected]>
  20. <- 250 2.1.5 Ok
  21. -> DATA
  22. <- 354 End data with <CR><LF>.<CR><LF>
  23. -> Date: Thu, 26 Dec 2013 04:40:29 -0800
  24. -> Subject: test Thu, 26 Dec 2013 04:40:29 -0800
  25. -> X-Mailer: swaks v20111230.0 jetmore.org/john/code/swaks/
  26. ->
  27. -> This is a test mailing
  28. ->
  29. -> .
  30. <- 250 2.0.0 Ok: queued as B5ED23EC28B
  31. -> QUIT
  32. <- 221 2.0.0 Bye
  33. === Connection closed with remote host.
  34. thufir@dur:~$
  35. thufir@dur:~$
  36. thufir@dur:~$ tail /var/log/mail.log
  37. Dec 26 04:39:38 dur postfix/local[6651]: 902303EC28B: to=<[email protected]>, relay=local, delay=0.24, delays=0.07/0/0/0.17, dsn=2.0.0, status=sent (delivered to command: /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-mail-stack-delivery.conf -m "${EXTENSION}")
  38. Dec 26 04:39:38 dur postfix/qmgr[4099]: 902303EC28B: removed
  39. Dec 26 04:40:29 dur postfix/smtpd[6646]: connect from localhost[127.0.0.1]
  40. Dec 26 04:40:29 dur postfix/smtpd[6646]: B5ED23EC28B: client=localhost[127.0.0.1]
  41. Dec 26 04:40:29 dur postfix/cleanup[6650]: B5ED23EC28B: message-id=<[email protected]>
  42. Dec 26 04:40:29 dur postfix/qmgr[4099]: B5ED23EC28B: from=<[email protected]>, size=477, nrcpt=1 (queue active)
  43. Dec 26 04:40:29 dur postfix/smtpd[6646]: disconnect from localhost[127.0.0.1]
  44. Dec 26 04:40:29 dur dovecot: lda(thufir): msgid=<[email protected]>: saved mail to INBOX
  45. Dec 26 04:40:29 dur postfix/local[6651]: B5ED23EC28B: to=<[email protected]>, relay=local, delay=0.23, delays=0.07/0/0/0.16, dsn=2.0.0, status=sent (delivered to command: /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-mail-stack-delivery.conf -m "${EXTENSION}")
  46. Dec 26 04:40:29 dur postfix/qmgr[4099]: B5ED23EC28B: removed
  47. thufir@dur:~$
  48. thufir@dur:~$
Advertisement
Add Comment
Please, Sign In to add comment