SHARE
TWEET

Untitled

a guest May 21st, 2012 27 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. alias_database = hash:/etc/aliases
  2. alias_maps = hash:/etc/aliases
  3. append_dot_mydomain = no
  4. biff = no
  5. config_directory = /etc/postfix
  6. header_size_limit = 4096000
  7. inet_interfaces = loopback-only
  8. mailbox_size_limit = 0
  9. mydestination = mydestination.com
  10. myhostname = myhostname.com
  11. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  12. readme_directory = no
  13. recipient_delimiter = +
  14. relayhost = [smtp.sendgrid.net]:587
  15. smtp_sasl_auth_enable = yes
  16. smtp_sasl_password_maps = static:username:password
  17. smtp_sasl_security_options = noanonymous
  18. smtp_tls_security_level = may
  19. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  20. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  21. smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
  22. smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
  23. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  24. smtpd_use_tls = yes
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