SHARE
TWEET

Untitled

a guest May 5th, 2012 25 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. biff = no
  2. command_directory = /usr/sbin
  3. config_directory = /etc/postfix
  4. daemon_directory = /usr/libexec/postfix
  5. debug_peer_level = 2
  6. html_directory = /usr/share/doc/postfix/html
  7. mail_owner = _postfix
  8. mailbox_size_limit = 0
  9. mailq_path = /usr/bin/mailq
  10. manpage_directory = /usr/share/man
  11. message_size_limit = 10485760
  12. mydomain_fallback = localhost
  13. mynetworks = 127.0.0.0/8
  14. newaliases_path = /usr/bin/newaliases
  15. queue_directory = /private/var/spool/postfix
  16. readme_directory = /usr/share/doc/postfix
  17. recipient_delimiter = +
  18. relayhost = smtp.east.cox.net
  19. sample_directory = /usr/share/doc/postfix/examples
  20. sender_dependent_relayhost_maps = hash:/etc/postfix/relayhost_maps
  21. sendmail_path = /usr/sbin/sendmail
  22. setgid_group = _postdrop
  23. smtp_sasl_auth_enable = yes
  24. smtp_sasl_password_maps = hash:/etc/postfix/password
  25. smtp_sasl_security_options = noanonymous
  26. smtp_sender_dependent_authentication = yes
  27. smtp_use_tls = yes
  28. smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated permit
  29. smtpd_tls_exclude_ciphers = SSLv2, aNULL, ADH, eNULL
  30. tls_random_source = dev:/dev/urandom
  31. unknown_local_recipient_reject_code = 550
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top