Want more features on Pastebin? Sign Up, it's FREE!
Guest

danielf

By: a guest on Jul 16th, 2008  |  syntax: None  |  size: 1.20 KB  |  views: 26  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. alias_maps = hash:/etc/aliases
  2. biff = no
  3. command_directory = /usr/sbin
  4. config_directory = /etc/postfix
  5. content_filter =
  6. daemon_directory = /usr/lib/postfix
  7. debug_peer_level = 2
  8. default_privs = nobody
  9. defer_transports =
  10. inet_interfaces = 127.0.0.1
  11. mail_owner = postfix
  12. mail_spool_directory = /var/mail
  13. mailbox_command =
  14. mailbox_transport =
  15. mailq_path = /usr/bin/mailq
  16. manpage_directory = /usr/share/man
  17. masquerade_classes = envelope_sender, header_sender, header_recipient, envelope_recipient
  18. mydestination = $myhostname, localhost.$mydomain, $mydomain
  19. mydomain = hive.lan
  20. myhostname = alice
  21. myorigin = $myhostname
  22. newaliases_path = /usr/bin/newaliases
  23. queue_directory = /var/spool/postfix
  24. readme_directory = no
  25. relayhost = dfranke.com
  26. sender_canonical_maps = hash:/etc/postfix/sender_canonical
  27. sendmail_path = /usr/sbin/sendmail
  28. setgid_group = postdrop
  29. smtp_helo_name = hive.lan
  30. smtp_sasl_auth_enable = yes
  31. smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
  32. smtp_sasl_security_options = noanonymous
  33. smtpd_client_restrictions =
  34. smtpd_helo_required = no
  35. smtpd_recipient_restrictions = permit_mynetworks, check_relay_domains
  36. smtpd_sender_restrictions = hash:/etc/postfix/access
  37. unknown_local_recipient_reject_code = 550
clone this paste RAW Paste Data