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

Untitled

By: a guest on Oct 4th, 2011  |  syntax: None  |  size: 1.11 KB  |  views: 46  |  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_database = hash:/etc/aliases
  2. alias_maps = hash:/etc/aliases
  3. allow_percent_hack = no
  4. append_dot_mydomain = no
  5. biff = no
  6. broken_sasl_auth_clients = yes
  7. config_directory = /etc/postfix
  8. home_mailbox = Maildir/
  9. mailbox_command = /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME
  10. mailbox_size_limit = 0
  11. mydestination = $myhostname, localhost.$mydomain, $mydomain
  12. myhostname = btsdev.net
  13. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  14. myorigin = $mydomain
  15. readme_directory = no
  16. recipient_delimiter = +
  17. sender_bcc_maps = hash:/etc/postfix/bcc
  18. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  19. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  20. smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination
  21. smtpd_sasl_auth_enable = yes
  22. smtpd_sasl_security_options = noanonymous
  23. smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
  24. smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
  25. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  26. smtpd_use_tls = yes
  27. virtual_alias_maps = hash:/etc/postfix/virtual
  28.  
clone this paste RAW Paste Data