Advertisement
Guest User

Untitled

a guest
Feb 16th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. # Please be sure to read the /usr/share/doc/postfix/README.MDK file
  2. # to learn about differences from stock postfix to Mandriva package.
  3. # This file contains only the parameters changed from a default install
  4. # see /etc/postfix/main.cf.dist for a commented, fuller version of this file.
  5. # These are changed by postfix install script
  6.  
  7. alias_maps = hash:/etc/postfix/aliases
  8. alias_database = hash:/etc/postfix/aliases
  9. command_directory = /usr/sbin
  10. config_directory = /etc/postfix
  11. content_filter = smtp-amavis:[127.0.0.1]:10024
  12. daemon_directory = /usr/lib64/postfix
  13. data_directory = /var/lib/postfix
  14. debug_peer_level = 1
  15. delay_warning_time = 2h
  16. disable_vrfy_command = yes
  17. home_mailbox = Maildir/
  18. html_directory = /usr/share/doc/postfix/html
  19. inet_interfaces = all
  20. inet_protocols = ipv4
  21. #invalid_hostname_reject_code = 554
  22. lmtp-filter_destination_concurrency_limit = 2
  23. #local_recipient_maps =
  24. manpage_directory = /usr/share/man
  25. mail_spool_directory = /var/spool/mail
  26. mailq_path = /usr/bin/mailq
  27. mail_owner = postfix
  28. maximal_queue_lifetime = 5d
  29. message_size_limit = 10240000
  30. mydomain = domain.org
  31. myhostname = ww2.$mydomain
  32. #mynetworks_style = host
  33. mynetworks = 127.0.0.0/8
  34. myorigin = $mydomain
  35. mydestination = $myhostname,$mydomain,$myhostname,localhost,localhost.$mydomain,localhost.$myhostname #$myhostname localhost.$mydomain localhost /etc/postfix/local-host-names $mydomain
  36. #multi_recipient_bounce_reject_code = 554
  37. #non_fqdn_reject_code = 554
  38. newaliases_path = /usr/bin/newaliases
  39. queue_directory = /var/spool/postfix
  40. readme_directory = /usr/share/doc/postfix/README_FILES
  41. relay_domains = $mydestination
  42. #relay_domains_reject_code = 554
  43.  
  44. relayhost =
  45. #smtp_sasl_auth_enable = yes
  46. #smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
  47. #smtp_sasl_security_options =
  48.  
  49. sendmail_path = /usr/sbin/sendmail.postfix
  50. setgid_group = postdrop
  51. slow_destination_concurrency_limit = 2
  52. smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
  53. smtp-filter_destination_concurrency_limit = 4
  54. strict_rfc821_envelopes = yes
  55. smtpd_sender_restrictions = reject_unknown_address
  56. smtpd_delay_reject = yes
  57. smtpd_hard_error_limit = 6
  58. smtpd_helo_required = yes
  59. smtpd_client_restrictions = permit_mynetworks, check_client_access hash:/etc/postfix/filters/sa-blacklist.current.reject
  60. smtpd_sender_restrictions = check_sender_access hash:/etc/postfix/filters/sa-blacklist.current.reject
  61. smtpd_recipient_restrictions =
  62. reject_unknown_sender_domain,
  63. reject_unknown_recipient_domain,
  64. reject_unauth_pipelining,
  65. reject_non_fqdn_sender,
  66. reject_non_fqdn_recipient,
  67. reject_invalid_hostname,
  68. reject_unknown_recipient_domain,
  69. reject_unauth_pipelining,
  70. permit_mynetworks,
  71. permit_sasl_authenticated,
  72. reject_unauth_destination,
  73. check_client_access hash:/etc/postfix/rbl_override,
  74. # reject_rbl_client multi.uribl.com,
  75. reject_rbl_client dsn.rfc-ignorant.org,
  76. # reject_rbl_client dul.dnsbl.sorbs.net,
  77. reject_rbl_client list.dsbl.org,
  78. reject_rbl_client sbl-xbl.spamhaus.org,
  79. reject_rbl_client bl.spamcop.net,
  80. # reject_rbl_client dnsbl.sorbs.net,
  81. reject_rbl_client cbl.abuseat.org,
  82. reject_rbl_client ix.dnsbl.manitu.net,
  83. reject_rbl_client combined.rbl.msrbl.net,
  84. reject_rbl_client rabl.nuclearelephant.com,
  85. permit
  86. transport_maps = hash:/etc/postfix/transport
  87. #unknown_local_recipient_reject_code = 450
  88. #unknown_address_reject_code = 554
  89. #unknown_client_reject_code = 554
  90. #unknown_hostname_reject_code = 554
  91. #unknown_local_recipient_reject_code = 554
  92. #unknown_relay_recipient_reject_code = 554
  93. #unknown_sender_reject_code = 554
  94. #unknown_virtual_alias_reject_code = 554
  95. #unknown_virtual_mailbox_reject_code = 554
  96. #unverified_recipient_reject_code = 554
  97. #unverified_sender_reject_code = 554
  98. virtual_alias_maps = hash:/etc/postfix/virtual
  99. #vacation_destination_recipient_limit = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement