thufir

/etc/hosts broken

Jun 8th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. thufir@dur:~$
  2. thufir@dur:~$ swaks
  3. === Trying dur.bounceme.net:25...
  4. === Connected to dur.bounceme.net.
  5. <- 220 dur.bounceme.net ESMTP Postfix (Ubuntu)
  6. -> EHLO dur
  7. <- 250-dur.bounceme.net
  8. <- 250-PIPELINING
  9. <- 250-SIZE 10240000
  10. <- 250-VRFY
  11. <- 250-ETRN
  12. <- 250-STARTTLS
  13. <- 250-ENHANCEDSTATUSCODES
  14. <- 250-8BITMIME
  15. <- 250 DSN
  16. -> MAIL FROM:<thufir@dur>
  17. <- 250 2.1.0 Ok
  18. -> RCPT TO:<[email protected]>
  19. <** 450 4.1.8 <thufir@dur>: Sender address rejected: Domain not found
  20. -> QUIT
  21. <- 221 2.0.0 Bye
  22. === Connection closed with remote host.
  23. thufir@dur:~$
  24. thufir@dur:~$ swaks
  25. To: thufir@localhost
  26. === Trying localhost:25...
  27. === Connected to localhost.
  28. <- 220 dur.bounceme.net ESMTP Postfix (Ubuntu)
  29. -> EHLO dur
  30. <- 250-dur.bounceme.net
  31. <- 250-PIPELINING
  32. <- 250-SIZE 10240000
  33. <- 250-VRFY
  34. <- 250-ETRN
  35. <- 250-STARTTLS
  36. <- 250-ENHANCEDSTATUSCODES
  37. <- 250-8BITMIME
  38. <- 250 DSN
  39. -> MAIL FROM:<thufir@dur>
  40. <- 250 2.1.0 Ok
  41. -> RCPT TO:<thufir@localhost>
  42. <** 450 4.1.8 <thufir@dur>: Sender address rejected: Domain not found
  43. -> QUIT
  44. <- 221 2.0.0 Bye
  45. === Connection closed with remote host.
  46. thufir@dur:~$
  47. thufir@dur:~$ cat /etc/hosts
  48. 127.0.0.1 localhost
  49. 127.0.0.1 dur.bounceme.net
  50.  
  51. # The following lines are desirable for IPv6 capable hosts
  52. ::1 ip6-localhost ip6-loopback
  53. fe00::0 ip6-localnet
  54. ff00::0 ip6-mcastprefix
  55. ff02::1 ip6-allnodes
  56. ff02::2 ip6-allrouters
  57. thufir@dur:~$
  58. thufir@dur:~$
Advertisement
Add Comment
Please, Sign In to add comment