thufir

/etc/hosts fixed...?

Jun 8th, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. thufir@dur:~$
  2. thufir@dur:~$ swaks
  3. To: thufir@localhost
  4. === Trying localhost:25...
  5. === Connected to localhost.
  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:<thufir@localhost>
  20. <- 250 2.1.5 Ok
  21. -> DATA
  22. <- 354 End data with <CR><LF>.<CR><LF>
  23. -> Date: Sun, 08 Jun 2014 03:39:50 -0700
  24. -> To: thufir@localhost
  25. -> Subject: test Sun, 08 Jun 2014 03:39:50 -0700
  26. -> X-Mailer: swaks v20130209.0 jetmore.org/john/code/swaks/
  27. ->
  28. -> This is a test mailing
  29. ->
  30. -> .
  31. <- 250 2.0.0 Ok: queued as 14040221E1D
  32. -> QUIT
  33. <- 221 2.0.0 Bye
  34. === Connection closed with remote host.
  35. thufir@dur:~$
  36. thufir@dur:~$ swaks
  37. === Trying dur.bounceme.net:25...
  38. === Connected to dur.bounceme.net.
  39. <- 220 dur.bounceme.net ESMTP Postfix (Ubuntu)
  40. -> EHLO dur.bounceme.net
  41. <- 250-dur.bounceme.net
  42. <- 250-PIPELINING
  43. <- 250-SIZE 10240000
  44. <- 250-VRFY
  45. <- 250-ETRN
  46. <- 250-STARTTLS
  47. <- 250-ENHANCEDSTATUSCODES
  48. <- 250-8BITMIME
  49. <- 250 DSN
  50. -> MAIL FROM:<[email protected]>
  51. <- 250 2.1.0 Ok
  52. -> RCPT TO:<[email protected]>
  53. <- 250 2.1.5 Ok
  54. -> DATA
  55. <- 354 End data with <CR><LF>.<CR><LF>
  56. -> Date: Sun, 08 Jun 2014 03:40:07 -0700
  57. -> Subject: test Sun, 08 Jun 2014 03:40:07 -0700
  58. -> X-Mailer: swaks v20130209.0 jetmore.org/john/code/swaks/
  59. ->
  60. -> This is a test mailing
  61. ->
  62. -> .
  63. <- 250 2.0.0 Ok: queued as 10A43221E1D
  64. -> QUIT
  65. <- 221 2.0.0 Bye
  66. === Connection closed with remote host.
  67. thufir@dur:~$
  68. thufir@dur:~$
  69. thufir@dur:~$ cat /etc/hosts
  70. 127.0.0.1 localhost
  71. 127.0.0.1 dur.bounceme.net
  72. 127.0.1.1 dur.bounceme.net dur
  73.  
  74.  
  75. # The following lines are desirable for IPv6 capable hosts
  76. ::1 ip6-localhost ip6-loopback
  77. fe00::0 ip6-localnet
  78. ff00::0 ip6-mcastprefix
  79. ff02::1 ip6-allnodes
  80. ff02::2 ip6-allrouters
  81. thufir@dur:~$
Advertisement
Add Comment
Please, Sign In to add comment