SHARE
TWEET

Untitled

a guest Feb 7th, 2016 4 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. alias_database = hash:/etc/aliases
  2. alias_maps = hash:/etc/aliases
  3. command_directory = /usr/sbin
  4. config_directory = /etc/postfix
  5. daemon_directory = /usr/libexec/postfix
  6. data_directory = /var/lib/postfix
  7. debug_peer_level = 2
  8. debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd
  9.     $daemon_directory/$process_name $process_id & sleep 5
  10. html_directory = no
  11. inet_interfaces = all
  12. inet_protocols = ipv4
  13. mail_owner = postfix
  14. mailq_path = /usr/bin/mailq.postfix
  15. manpage_directory = /usr/share/man
  16. message_size_limit = 20480000
  17. milter_connect_macros = b j _ {daemon_name} {if_name} {if_addr}
  18. mydestination = $myhostname, localhost.$mydomain, localhost
  19. mynetworks_style = host
  20. newaliases_path = /usr/bin/newaliases.postfix
  21. queue_directory = /var/spool/postfix
  22. readme_directory = /usr/share/doc/postfix-2.10.1/README_FILES
  23. sample_directory = /usr/share/doc/postfix-2.10.1/samples
  24. sendmail_path = /usr/sbin/sendmail.postfix
  25. setgid_group = postdrop
  26. smtp_tls_exclude_ciphers = ADH, RC4+RSA, kEDH
  27. smtp_tls_mandatory_ciphers = medium
  28. smtp_tls_protocols = !SSLv2, !SSLv3
  29. smtpd_banner = $myhostname ESMTP
  30. smtpd_client_restrictions = reject_unknown_reverse_client_hostname
  31.     reject_rbl_client bl.spamcop.net reject_rbl_client zen.spamhaus.org
  32.     reject_rbl_client dnsbl.sorbs.net reject_rhsbl_reverse_client
  33.     dbl.spamhaus.org
  34. smtpd_data_restrictions = sleep 1 reject_unauth_pipelining
  35. smtpd_end_of_data_restrictions =
  36. smtpd_helo_required = yes
  37. smtpd_helo_restrictions = permit_mynetworks reject_invalid_helo_hostname
  38.     reject_non_fqdn_helo_hostname reject_rhsbl_helo dbl.spamhaus.org
  39. smtpd_milters = unix:/var/run/clamav-milter/clamav-milter.socket
  40.     unix:/var/run/spamass-milter/postfix/sock
  41. smtpd_recipient_restrictions = reject_non_fqdn_recipient permit_mynetworks
  42.     reject_unknown_recipient_domain reject_unverified_recipient
  43. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
  44.     reject_unauth_destination
  45. smtpd_sasl_auth_enable = yes
  46. smtpd_sasl_path = private/auth
  47. smtpd_sasl_type = dovecot
  48. smtpd_sender_restrictions = reject_non_fqdn_sender reject_unknown_sender_domain
  49.     reject_rhsbl_sender dbl.spamhaus.org
  50. smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
  51. smtpd_tls_auth_only = yes
  52. smtpd_tls_cert_file = /etc/pki/tls/certs/localhost.crt
  53. smtpd_tls_exclude_ciphers = ADH, RC4+RSA, kEDH
  54. smtpd_tls_key_file = /etc/pki/tls/private/localhost.key
  55. smtpd_tls_mandatory_ciphers = medium
  56. smtpd_tls_protocols = !SSLv2, !SSLv3
  57. smtpd_tls_security_level = may
  58. tls_medium_cipherlist =
  59.     ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!3DES:!MD5:!PSK
  60. unknown_local_recipient_reject_code = 550
  61. unverified_recipient_reject_reason = Address lookup failed
  62. virtual_mailbox_domains = /etc/postfix/virtual_mailbox_domains
  63. virtual_transport = lmtp:unix:private/dovecot-lmtp
  64.  
  65.  
  66.  
  67.  
  68.  
  69. smtp       inet  n       -       n       -       -       smtpd
  70. submission inet  n       -       n       -       -       smtpd
  71. pickup     unix  n       -       n       60      1       pickup
  72. cleanup    unix  n       -       n       -       0       cleanup
  73. qmgr       unix  n       -       n       300     1       qmgr
  74. tlsmgr     unix  -       -       n       1000?   1       tlsmgr
  75. rewrite    unix  -       -       n       -       -       trivial-rewrite
  76. bounce     unix  -       -       n       -       0       bounce
  77. defer      unix  -       -       n       -       0       bounce
  78. trace      unix  -       -       n       -       0       bounce
  79. verify     unix  -       -       n       -       1       verify
  80. flush      unix  n       -       n       1000?   0       flush
  81. proxymap   unix  -       -       n       -       -       proxymap
  82. proxywrite unix  -       -       n       -       1       proxymap
  83. smtp       unix  -       -       n       -       -       smtp
  84. relay      unix  -       -       n       -       -       smtp
  85. showq      unix  n       -       n       -       -       showq
  86. error      unix  -       -       n       -       -       error
  87. retry      unix  -       -       n       -       -       error
  88. discard    unix  -       -       n       -       -       discard
  89. local      unix  -       n       n       -       -       local
  90. virtual    unix  -       n       n       -       -       virtual
  91. lmtp       unix  -       -       n       -       -       lmtp
  92. anvil      unix  -       -       n       -       1       anvil
  93. scache     unix  -       -       n       -       1       scache
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top