Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 1.33 KB  |  hits: 12  |  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 = no
  6. config_directory = /etc/postfix
  7. home_mailbox =
  8. inet_interfaces = all
  9. inet_protocols = ipv4
  10. mailbox_command =
  11. mailbox_size_limit = 0
  12. mydestination = localhost, localhost.localdomain, , localhost, dev.antlyn.com
  13. myhostname = localhost
  14. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  15. myorigin = /etc/mailname
  16. readme_directory = no
  17. recipient_delimiter = +
  18. relayhost =
  19. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  20. smtp_use_tls = no
  21. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  22. smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
  23. smtpd_sasl_auth_enable = no
  24. smtpd_sasl_authenticated_header = no
  25. smtpd_sasl_local_domain =
  26. smtpd_sasl_path = smtpd
  27. smtpd_sasl_security_options = noanonymous
  28. smtpd_sasl_type = cyrus
  29. smtpd_sender_restrictions =
  30. smtpd_tls_auth_only = no
  31. smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
  32. smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
  33. smtpd_tls_mandatory_ciphers = medium
  34. smtpd_tls_mandatory_protocols = SSLv3, TLSv1
  35. smtpd_tls_received_header = no
  36. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  37. smtpd_use_tls = yes
  38. tls_random_source = dev:/dev/urandom