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

Untitled

By: a guest on Oct 13th, 2011  |  syntax: None  |  size: 0.78 KB  |  views: 13  |  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. append_dot_mydomain = no
  4. biff = no
  5. config_directory = /etc/postfix
  6. inet_interfaces = all
  7. mailbox_size_limit = 0
  8. mydestination = mail.xxxxmedia.xxxx.com, ubuntu10.xxxxx.com, localhost.xxxx.com, localhost
  9. myhostname = ubuntu10.xxxx.com
  10. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  11. myorigin = /etc/mailname
  12. readme_directory = no
  13. recipient_delimiter = +
  14. relayhost =
  15. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  16. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  17. smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
  18. smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
  19. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  20. smtpd_use_tls = yes
  21.  
  22.  
clone this paste RAW Paste Data