Guest User

Untitled

a guest
Feb 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. ## master.cf
  2.  
  3.  
  4. # production
  5. fskn unix - n n - - pipe
  6. flags= user=nobody argv=/usr/bin/ruby /var/www/servers/forsaken.game-host.org/script/runner UserMailer.receive(STDIN.read)
  7.  
  8. # development
  9. devfskn unix - n n - - pipe
  10. flags= user=daquino argv=/usr/bin/ruby /home/daquino/local/var/rails/forsaken/script/runner UserMailer.receive(STDIN.read)
  11.  
  12. ## transport
  13.  
  14. forsaken.game-host.org fskn:
  15. dev.forsaken.game-host.org devfskn:
  16.  
  17. ## main.cf
  18.  
  19. alias_database = hash:/etc/aliases
  20. alias_maps = hash:/etc/aliases
  21. command_directory = /usr/sbin/
  22. config_directory = /etc/postfix
  23. daemon_directory = /usr/libexec/postfix
  24. debug_peer_level = 2
  25. html_directory = no
  26. inet_interfaces = all
  27. mail_owner = postfix
  28. mailq_path = /usr/bin/mailq
  29. manpage_directory = /usr/man
  30. mydestination = localhost.$mydomain, localhost
  31. mydomain = localdomain
  32. myhostname = forsaken.game-host.org
  33. mynetworks = 127.0.0.0/8
  34. myorigin = $myhostname
  35. newaliases_path = /usr/bin/newaliases
  36. queue_directory = /var/spool/postfix
  37. readme_directory = no
  38. recipient_delimiter = +
  39. sample_directory = /etc/postfix
  40. sendmail_path = /usr/sbin/sendmail
  41. setgid_group = postdrop
  42. transport_maps = hash:/etc/postfix/transport
  43. unknown_local_recipient_reject_code = 550
  44. virtual_mailbox_domains = forsaken.game-host.org, dev.forsaken.game-host.org
Add Comment
Please, Sign In to add comment