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

Untitled

By: a guest on Nov 15th, 2011  |  syntax: None  |  size: 0.91 KB  |  views: 19  |  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. broken_sasl_auth_clients = yes
  6. config_directory = /etc/postfix
  7. inet_interfaces = all
  8. local_transport = cyrus
  9. mailbox_command = procmail -a "$EXTENSION"
  10. mailbox_size_limit = 0
  11. mailbox_transport = lmtp:unix:/var/run/cyrus/socket/lmtp
  12. mydestination = my.host.name, debian, localhost, localhost.localdomain, localhost
  13. mydomain = my.host.name
  14. myhostname = my.host.name
  15. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  16. readme_directory = no
  17. recipient_delimiter = +
  18. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  19. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  20. smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
  21. smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
  22. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  23. smtpd_use_tls = yes
  24.  
  25.  
clone this paste RAW Paste Data