SHARE
TWEET

postconf -n

tebokkel May 30th, 2013 35 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. alias_maps = hash:/etc/mail/aliases
  2. broken_sasl_auth_clients = yes
  3. command_directory = /usr/sbin
  4. config_directory = /etc/postfix
  5. daemon_directory = //usr/lib/postfix
  6. data_directory = /var/lib/postfix
  7. home_mailbox = Maildir/
  8. html_directory = /usr/share/doc/postfix-2.6.5/html
  9. mail_owner = postfix
  10. mail_spool_directory = /var/spool/mail
  11. mailbox_command = /usr/bin/procmail
  12. mailq_path = /usr/bin/mailq
  13. manpage_directory = /usr/share/man
  14. mydestination = $mydomain, $myhostname, localhost.$mydomain, localhost, $myhostname.$mydomain
  15. mydomain = powercoreeng.com
  16. myhostname = server
  17. mynetworks = 192.168.15.0/24 127.0.0.0/8
  18. myorigin = $mydomain
  19. newaliases_path = /usr/bin/newaliases
  20. notify_classes = resource, software, protocol
  21. queue_directory = /var/spool/postfix
  22. readme_directory = /usr/share/doc/postfix-2.6.5/readme
  23. relayhost = [smtp.webfaction.com]:587
  24. sample_directory = /etc/postfix
  25. sendmail_path = /usr/sbin/sendmail
  26. setgid_group = postdrop
  27. smtp_sasl_auth_enable = yes
  28. smtp_sasl_password_maps = hash:/etc/postfix/saslpass
  29. smtp_sasl_security_options = noanonymous
  30. smtp_tls_note_starttls_offer = yes
  31. smtp_use_tls = yes
  32. smtpd_client_restrictions = warn_if_reject check_client_access hash:/etc/postfix/client_access
  33. smtpd_recipient_restrictions = permit_mynetworks,           permit_sasl_authenticated,      check_client_access hash:/etc/postfix/rbl_client_exceptions,          check_sender_access hash:/etc/postfix/rhsbl_sender_exceptions,        reject_unauth_destination,      reject_rbl_client list.dsbl.org,        reject_rbl_client sbl-xbl.spamhaus.org        reject_rhsbl_sender dsn.rfc-ignorant.org
  34. smtpd_sasl_auth_enable = yes
  35. smtpd_sasl_security_options = noanonymous
  36. smtpd_tls_CAfile = /etc/postfix/cacert.pem
  37. smtpd_tls_ask_ccert = yes
  38. smtpd_tls_cert_file = /etc/postfix/newcert.pem
  39. smtpd_tls_key_file = /etc/postfix/newkey.pem
  40. smtpd_tls_loglevel = 2
  41. smtpd_tls_received_header = yes
  42. smtpd_tls_req_ccert = no
  43. smtpd_tls_session_cache_timeout = 3600s
  44. smtpd_use_tls = yes
  45. tls_random_source = dev:/dev/urandom
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