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

Untitled

By: a guest on Oct 2nd, 2011  |  syntax: None  |  size: 1.58 KB  |  views: 7  |  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. $ postconf -n
  2. alias_database = hash:/etc/aliases
  3. alias_maps = hash:/etc/aliases
  4. biff = no
  5. command_directory = /usr/sbin
  6. config_directory = /etc/postfix
  7. daemon_directory = /usr/lib/postfix
  8. disable_vrfy_command = yes
  9. home_mailbox = mail/
  10. inet_interfaces = all
  11. mailbox_size_limit = 0
  12. message_size_limit = 100000000
  13. mydestination = /etc/mailnames, localhost
  14. myhostname = hostname
  15. mynetworks = 127.0.0.0/24 192.168.10.0/24 192.168.100.10-99 [::ffff:127.0.0.0]/104 [::1]/128
  16. myorigin = /etc/mailname
  17. recipient_delimiter = +
  18. smtp_tls_cert_file = $smtpd_tls_cert_file
  19. smtp_tls_key_file = $smtpd_tls_key_file
  20. smtp_tls_security_level = may
  21. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  22. smtpd_banner = $myhostname ESMTP $mail_name (GNU/Linux)
  23. smtpd_helo_required = yes
  24. smtpd_recipient_restrictions = permit_sasl_authenticated  reject_unauth_destination  reject_unauth_pipelining  reject_invalid_hostname  reject_non_fqdn_sender  reject_unknown_sender_domain  reject_non_fqdn_recipient  reject_unknown_recipient_domain  reject_rbl_client dnsbl.njabl.org  reject_rbl_client dnsbl.sorbs.net  reject_rbl_client bl.spamcop.net  permit
  25. smtpd_sasl_path = private/auth-client
  26. smtpd_sasl_security_options = noanonymous
  27. smtpd_sasl_type = dovecot
  28. smtpd_tls_auth_only = yes
  29. smtpd_tls_cert_file = /etc/certs/daniel_priv_no_PositiveSSL.crt
  30. smtpd_tls_key_file = /etc/certs/daniel_priv_no_private_key.crt
  31. smtpd_tls_security_level = encrypt
  32. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  33. tls_random_source = dev:/dev/urandom
  34. unknown_local_recipient_reject_code = 550
  35.  
clone this paste RAW Paste Data