Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. echo root | mail root
  2. echo user1 | mail user1
  3.  
  4. # /etc/aliases
  5. mailer-daemon: postmaster
  6. postmaster: root
  7. nobody: root
  8. hostmaster: root
  9. usenet: root
  10. news: root
  11. webmaster: root
  12. www: root
  13. ftp: root
  14. abuse: root
  15. noc: root
  16. security: root
  17. root: user1
  18. user1: my_email@gmail.com
  19.  
  20. # This is /etc/email-addresses. It is part of the exim package
  21. #
  22. # This file contains email addresses to use for outgoing mail. Any local
  23. # part not in here will be qualified by the system domain as normal.
  24. #
  25. # It should contain lines of the form:
  26. #
  27. #user: someone@isp.com
  28. user1: my_email@gmail.com
  29.  
  30. The response was:
  31. DNS Error: 42317832 DNS type 'mx' lookup of hostname responded with code NXDOMAIN Domain name not found: hostname
  32.  
  33.  
  34. Final-Recipient: rfc822; user1@hostname
  35. Action: failed
  36. Status: 4.0.0
  37. Diagnostic-Code: smtp; DNS Error: 42317832 DNS type 'mx' lookup of hostname responded with code NXDOMAIN
  38. Domain name not found: hostname
  39. Last-Attempt-Date: Sat, 22 Jul 2017 21:49:10 -0700 (PDT)
  40.  
  41.  
  42. ---------- Forwarded message ----------
  43. From: my_email@gmail.com
  44. To: <user1@hostname>
  45. Cc:
  46. Bcc:
  47. Date: Sun, 23 Jul 2017 00:49:09 -0400
  48. Subject:
  49. user1@hostname
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement