thufir

Untitled

Dec 30th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. thufir@dur:~$
  2. thufir@dur:~$ mail -f Maildir
  3. "/home/thufir/Maildir": 4 messages
  4. > 1 [email protected] 15/553 test Mon, 30 Dec 2013 10:15:12 -0800
  5. 2 [email protected] 15/581 test Mon, 30 Dec 2013 10:15:55 -0800
  6. 3 [email protected] 15/581 test Mon, 30 Dec 2013 10:29:57 -0800
  7. 4 [email protected] 15/581 test Mon, 30 Dec 2013 11:54:16 -0800
  8. ? q
  9. Held 4 messages in /home/thufir/Maildir
  10. thufir@dur:~$
  11. thufir@dur:~$ swaks --to [email protected]
  12. === Trying dur.bounceme.net:25...
  13. === Connected to dur.bounceme.net.
  14. <- 220 dur.bounceme.net ESMTP Postfix (Ubuntu)
  15. -> EHLO dur.bounceme.net
  16. <- 250-dur.bounceme.net
  17. <- 250-PIPELINING
  18. <- 250-SIZE 10240000
  19. <- 250-VRFY
  20. <- 250-ETRN
  21. <- 250-STARTTLS
  22. <- 250-ENHANCEDSTATUSCODES
  23. <- 250-8BITMIME
  24. <- 250 DSN
  25. -> MAIL FROM:<[email protected]>
  26. <- 250 2.1.0 Ok
  27. -> RCPT TO:<[email protected]>
  28. <- 250 2.1.5 Ok
  29. -> DATA
  30. <- 354 End data with <CR><LF>.<CR><LF>
  31. -> Date: Mon, 30 Dec 2013 14:33:17 -0800
  32. -> Subject: test Mon, 30 Dec 2013 14:33:17 -0800
  33. -> X-Mailer: swaks v20130209.0 jetmore.org/john/code/swaks/
  34. ->
  35. -> This is a test mailing
  36. ->
  37. -> .
  38. <- 250 2.0.0 Ok: queued as 52D162C3EFF
  39. -> QUIT
  40. <- 221 2.0.0 Bye
  41. === Connection closed with remote host.
  42. thufir@dur:~$
  43. thufir@dur:~$ mail -f Maildir
  44. "/home/thufir/Maildir": 5 messages 1 new
  45. 1 [email protected] 15/553 test Mon, 30 Dec 2013 10:15:12 -0800
  46. 2 [email protected] 15/581 test Mon, 30 Dec 2013 10:15:55 -0800
  47. 3 [email protected] 15/581 test Mon, 30 Dec 2013 10:29:57 -0800
  48. 4 [email protected] 15/581 test Mon, 30 Dec 2013 11:54:16 -0800
  49. >N 5 [email protected] 15/581 test Mon, 30 Dec 2013 14:33:17 -0800
  50. ? 5
  51. Return-Path: <[email protected]>
  52. X-Original-To: [email protected]
  53. Delivered-To: [email protected]
  54. Received: from dur.bounceme.net (localhost [127.0.0.1])
  55. by dur.bounceme.net (Postfix) with ESMTP id 52D162C3EFF
  56. for <[email protected]>; Mon, 30 Dec 2013 14:33:17 -0800 (PST)
  57. Date: Mon, 30 Dec 2013 14:33:17 -0800
  58. Subject: test Mon, 30 Dec 2013 14:33:17 -0800
  59. X-Mailer: swaks v20130209.0 jetmore.org/john/code/swaks/
  60. Message-Id: <[email protected]>
  61.  
  62. This is a test mailing
  63.  
  64. New mail has arrived.
  65. ? q
  66. Held 5 messages in /home/thufir/Maildir
  67. thufir@dur:~$
  68. thufir@dur:~$ dig dur.bounceme.net
  69.  
  70. ; <<>> DiG 9.9.3-rpz2+rl.13214.22-P2-Ubuntu-1:9.9.3.dfsg.P2-4ubuntu1 <<>> dur.bounceme.net
  71. ;; global options: +cmd
  72. ;; Got answer:
  73. ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55686
  74. ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
  75.  
  76. ;; QUESTION SECTION:
  77. ;dur.bounceme.net. IN A
  78.  
  79. ;; ANSWER SECTION:
  80. dur.bounceme.net. 60 IN A 96.55.205.166
  81.  
  82. ;; Query time: 1567 msec
  83. ;; SERVER: 127.0.1.1#53(127.0.1.1)
  84. ;; WHEN: Mon Dec 30 14:34:45 PST 2013
  85. ;; MSG SIZE rcvd: 50
  86.  
  87. thufir@dur:~$
  88. thufir@dur:~$
Advertisement
Add Comment
Please, Sign In to add comment