SHARE
TWEET

Untitled

a guest May 4th, 2013 6 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. append_dot_mydomain = no
  2. biff = no
  3. broken_sasl_auth_clients = yes
  4. config_directory = /etc/postfix
  5. home_mailbox = Mailbox
  6. inet_interfaces = all
  7. mailbox_size_limit = 0
  8. mydestination = mail.jrs501st.com, localhost, localhost.localdomain
  9. myhostname = mail.jrs501st.com
  10. mynetworks = 127.0.0.0/8
  11. myorigin = jrs501st.com
  12. readme_directory = /usr/share/doc/postfix
  13. receive_override_options = no_address_mappings
  14. recipient_delimiter = +
  15. smtpd_banner = $myhostname ESMTP $mail_name (CentOS)
  16. smtpd_recipient_restrictions = permit_mynetworks,    permit_sasl_authenticated,    reject_unauth_destination
  17. smtpd_sasl_auth_enable = yes
  18. smtpd_sasl_path = private/auth
  19. smtpd_sasl_security_options = noanonymous
  20. smtpd_sasl_type = dovecot
  21. smtpd_tls_cert_file = /etc/pki/tls/certs/mail.jrs501st.com.cert
  22. smtpd_tls_key_file = /etc/pki/tls/private/mail.jrs501st.com.key
  23. smtpd_tls_loglevel = 1
  24. smtpd_tls_security_level = may
  25. smtpd_tls_session_cache_database = btree:/var/spool/postfix/smtpd_tls_cache
  26. smtpd_tls_session_cache_timeout = 3600s
  27. 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