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

Untitled

By: a guest on Oct 3rd, 2011  |  syntax: None  |  size: 1.06 KB  |  views: 43  |  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. root@death-head:/etc/postfix# postconf -n
  2. alias_database = hash:/etc/aliases
  3. alias_maps = hash:/etc/aliases
  4. append_dot_mydomain = no
  5. biff = no
  6. config_directory = /etc/postfix
  7. home_mailbox = Maildir/
  8. inet_interfaces = all
  9. mailbox_command = procmail -a "$EXTENSION"
  10. mailbox_size_limit = 0
  11. mydestination = localhost, $myhostname, /etc/postfix/domains
  12. myhostname = death-head.ch
  13. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  14. myorigin = /etc/mailname
  15. readme_directory = no
  16. recipient_delimiter = +
  17. relayhost =
  18. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  19. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  20. smtpd_tls_auth_only = no
  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_loglevel = 1
  24. smtpd_tls_received_header = yes
  25. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  26. smtpd_tls_session_cache_timeout = 3600s
  27. smtpd_use_tls = yes
  28. tls_random_source = dev:/dev/urandom
  29. virtual_alias_maps = hash:/etc/postfix/virtual
  30.  
clone this paste RAW Paste Data