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

Untitled

By: a guest on Oct 6th, 2011  |  syntax: None  |  size: 0.89 KB  |  views: 47  |  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. home_mailbox = Maildir/
  7. inet_interfaces = all
  8. mailbox_command = procmail -a "$EXTENSION"
  9. mailbox_size_limit = 0
  10. mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
  11. mydomain = quahog.lan
  12. myhostname = lois.quahog.lan
  13. mynetworks = 10.42.85.0/24 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  14. myorigin = $mydomain
  15. readme_directory = no
  16. recipient_delimiter = +
  17. relay_domains =
  18. relayhost = $mydomain
  19. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  20. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  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
  25.  
  26.  
clone this paste RAW Paste Data