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

cesurasean

By: a guest on Dec 16th, 2008  |  syntax: None  |  size: 1.88 KB  |  views: 56  |  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. # See /usr/share/postfix/main.cf.dist for a commented, more complete version
  2.  
  3.  
  4. # Debian specific:  Specifying a file name will cause the first
  5. # line of that file to be used as the name.  The Debian default
  6. # is /etc/mailname.
  7. #myorigin = /etc/mailname
  8.  
  9. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  10. biff = no
  11.  
  12. # appending .domain is the MUA's job.
  13. append_dot_mydomain = no
  14.  
  15. # Uncomment the next line to generate "delayed mail" warnings
  16. #delay_warning_time = 4h
  17.  
  18. # TLS parameters
  19. smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
  20. smtpd_tls_key_file=/etc/postfix/ssl/smtpd.key
  21. smtpd_use_tls = yes
  22. smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
  23. smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
  24.  
  25. # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
  26. # information on enabling SSL in the smtp client.
  27.  
  28. myhostname = phoenix.seiton.com.mx
  29. alias_maps = hash:/etc/aliases
  30. alias_database = hash:/etc/aliases
  31. myorigin = /etc/mailname
  32. mydestination = phoenix.seiton.com.mx, localhost.seiton.com.mx, , localhost
  33. relayhost =
  34. mynetworks = 127.0.0.0/8
  35. mailbox_command =
  36. mailbox_size_limit = 0
  37. recipient_delimiter = +
  38. inet_interfaces = all
  39. inet_protocols = all
  40. smtpd_sasl_local_domain =
  41. smtpd_sasl_auth_enable = yes
  42. smtpd_sasl_security_options = noanonymous
  43. broken_sasl_auth_clients = yes
  44. smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
  45. smtpd_tls_auth_only = no
  46. smtp_use_tls = yes
  47. smtp_tls_note_starttls_offer = yes
  48. smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
  49. smtpd_tls_loglevel = 1
  50. smtpd_tls_received_header = yes
  51. smtpd_tls_session_cache_timeout = 3600s
  52. tls_random_source = dev:/dev/urandom
  53. home_mailbox = Maildir/
  54. virtual_alias_maps = hash:/etc/postfix/virtual
  55. content_filter = amavis:[127.0.0.1]:10024
  56. receive_override_options = no_address_mappings
clone this paste RAW Paste Data