Guest User

Untitled

a guest
Jan 12th, 2018
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. FQDN: hostname.dev.example.com
  2.  
  3. From: <root@dev.example.com>
  4.  
  5. main.cf: #myhostname
  6. #mydomain
  7. results: From:<root@hostname.localdomain>
  8.  
  9.  
  10. main.cf: myhostname = hostname.dev.example.com
  11. results: From:<root@dev.example.com>
  12.  
  13.  
  14. main.cf: myhostname = hostname
  15. mydomain = dev.example.com
  16. results: From:<root@dev.example.com>
  17.  
  18.  
  19. main.cf: myhostname = hostname.dev
  20. mydomain = example.com
  21. results: From:<root@dev.example.com>
  22.  
  23.  
  24. main.cf: myhostname = hostname.dev.example.com
  25. results: Postfix error
  26.  
  27.  
  28. main.cf: myhostname = "hostname.dev.example.com"
  29. results: Postfix error
  30.  
  31.  
  32. main.cf: myhostname = hostname.dev.example
  33. results: From:<root@hostname.dev.example>
  34.  
  35.  
  36. main.cf: mydomain = dev.example.com
  37. results: From:<root@dev.example.com>
  38.  
  39.  
  40. main.cf: myhostname = hostname.dev
  41. myorigin = example.com
  42. results: From:<root@example.com>
  43.  
  44.  
  45. main.cf: myorigin = hostname.dev.example.com
  46. results: From:<root@dev.example.com>
  47.  
  48. From: <root@hostname.dev.example.com>
  49.  
  50. root@hostname.localdomain root@hostname.dev.example.com
Add Comment
Please, Sign In to add comment