Guest User

Untitled

a guest
Jan 12th, 2018
317
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.  
  4. main.cf: #myhostname
  5. #mydomain
  6. results: From:<[email protected]>
  7.  
  8.  
  9. main.cf: myhostname = hostname.dev.example.com
  10. results: From:<[email protected]>
  11.  
  12.  
  13. main.cf: myhostname = hostname
  14. mydomain = dev.example.com
  15. results: From:<[email protected]>
  16.  
  17.  
  18. main.cf: myhostname = hostname.dev
  19. mydomain = example.com
  20. results: From:<[email protected]>
  21.  
  22.  
  23. main.cf: myhostname = hostname.dev.example.com
  24. results: Postfix error
  25.  
  26.  
  27. main.cf: myhostname = "hostname.dev.example.com"
  28. results: Postfix error
  29.  
  30.  
  31. main.cf: myhostname = hostname.dev.example
  32. results: From:<[email protected]>
  33.  
  34.  
  35. main.cf: mydomain = dev.example.com
  36. results: From:<[email protected]>
  37.  
  38.  
  39. main.cf: myhostname = hostname.dev
  40. myorigin = example.com
  41. results: From:<[email protected]>
  42.  
  43.  
  44. main.cf: myorigin = hostname.dev.example.com
  45. results: From:<[email protected]>
  46.  
  47.  
Add Comment
Please, Sign In to add comment