Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.16 KB | None | 0 0
  1. alias_database = hash:/etc/aliases
  2. alias_maps = hash:/etc/aliases
  3. bounce_queue_lifetime = 1d
  4. bounce_template_file = /etc/postfix/bounce.cf
  5. broken_sasl_auth_clients = yes
  6. command_directory = /usr/sbin
  7. config_directory = /etc/postfix
  8. daemon_directory = /usr/libexec/postfix
  9. data_directory = /var/lib/postfix
  10. debug_peer_level = 2
  11. debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb
  12. $daemon_directory/$process_name $process_id & sleep 5
  13. disable_vrfy_command = yes
  14. dovecot_destination_recipient_limit = 1
  15. html_directory = no
  16. inet_interfaces = all
  17. inet_protocols = ipv4
  18. mail_owner = postfix
  19. mailq_path = /usr/bin/mailq.postfix
  20. manpage_directory = /usr/share/man
  21. maximal_queue_lifetime = 1d
  22. message_size_limit = 50480000
  23. milter_default_action = accept
  24. milter_protocol = 2
  25. mydestination = $myhostname, localhost.$mydomain, localhost
  26. mydomain = domain.com
  27. myhostname = pluto.domain.com
  28. mynetworks = $config_directory/mynetworks
  29. myorigin = $mydomain
  30. newaliases_path = /usr/bin/newaliases.postfix
  31. non_smtpd_milters = $smtpd_milters
  32. queue_directory = /var/spool/postfix
  33. readme_directory = /usr/share/doc/postfix-2.11.0/README_FILES
  34. recipient_delimiter = +
  35. relay_domains = proxy:mysql:/etc/postfix/mysql-relay_domains_maps.cf
  36. sample_directory = /usr/share/doc/postfix-2.11.0/samples
  37. sendmail_path = /usr/sbin/sendmail.postfix
  38. setgid_group = postdrop
  39. smtp_destination_concurrency_limit = 30
  40. smtp_destination_recipient_limit = 10
  41. smtp_helo_timeout = 60s
  42. smtp_sender_dependent_authentication = yes
  43. smtp_tls_session_cache_database = btree:$data_directory/smtp_tls_session_cache
  44. smtp_use_tls = yes
  45. smtpd_client_message_rate_limit = 50
  46. smtpd_client_restrictions =
  47. smtpd_data_restrictions = reject_unauth_pipelining
  48. smtpd_delay_reject = yes
  49. smtpd_helo_required = yes
  50. smtpd_helo_restrictions =
  51. smtpd_milters = inet:127.0.0.1:8891
  52. smtpd_recipient_limit = 30
  53. smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated,
  54. reject_invalid_hostname, reject_unverified_recipient,
  55. reject_unauth_destination, reject_non_fqdn_sender,
  56. reject_non_fqdn_recipient, reject_unknown_recipient_domain,
  57. reject_unauth_pipelining, reject_rbl_client zen.spamhaus.org,
  58. smtpd_sasl_auth_enable = yes
  59. smtpd_sasl_local_domain = $mydomain
  60. smtpd_sasl_path = private/auth
  61. smtpd_sasl_security_options = noanonymous
  62. smtpd_sasl_type = dovecot
  63. smtpd_sender_login_maps =
  64. smtpd_tls_auth_only = no
  65. smtpd_tls_cert_file =
  66. /etc/letsencrypt/live/mail.domain.com/fullchain.pem
  67. smtpd_tls_key_file = /etc/letsencrypt/live/mail.domain.com/privkey.pem
  68. smtpd_tls_loglevel = 1
  69. smtpd_tls_mandatory_ciphers = medium, high
  70. smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
  71. smtpd_tls_protocols = !SSLv2, !SSLv3
  72. smtpd_tls_received_header = yes
  73. smtpd_tls_security_level = may
  74. smtpd_tls_session_cache_timeout = 3600s
  75. smtpd_use_tls = yes
  76. strict_rfc821_envelopes = yes
  77. tls_preempt_cipherlist = yes
  78. tls_random_source = dev:/dev/urandom
  79. transport_maps = hash:/etc/postfix/transport
  80. unknown_address_reject_code = 554
  81. unknown_client_reject_code = 554
  82. unknown_hostname_reject_code = 554
  83. unknown_local_recipient_reject_code = 550
  84. vacation_destination_recipient_limit = 1
  85. virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_alias_maps.cf,
  86. regexp:/etc/postfix/virtual_regexp
  87. virtual_gid_maps = static:12
  88. virtual_mailbox_base = /vmail
  89. virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains_maps.cf
  90. virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_maps.cf
  91. virtual_minimum_uid = 101
  92. virtual_transport = dovecot
  93. virtual_uid_maps = static:101
  94. smtp inet n - n - - smtpd
  95. -o content_filter=smtp-amavis:127.0.0.1:10024
  96. -o receive_override_options=no_address_mappings
  97. submission inet n - n - - smtpd
  98. -o smtpd_sasl_auth_enable=yes
  99. -o smtpd_sasl_type=dovecot
  100. -o smtpd_sasl_path=private/auth
  101. -o smtpd_sasl_security_options=noanonymous
  102. -o smtpd_sasl_local_domain=$myhostname
  103. pickup fifo n - n 60 1 pickup
  104. -o content_filter=
  105. -o receive_override_options=no_header_body_checks
  106. cleanup unix n - n - 0 cleanup
  107. qmgr fifo n - n 300 1 qmgr
  108. tlsmgr unix - - n 1000? 1 tlsmgr
  109. rewrite unix - - n - - trivial-rewrite
  110. bounce unix - - n - 0 bounce
  111. defer unix - - n - 0 bounce
  112. trace unix - - n - 0 bounce
  113. verify unix - - n - 1 verify
  114. flush unix n - n 1000? 0 flush
  115. proxymap unix - - n - - proxymap
  116. smtp unix - - n - - smtp
  117. relay unix - - n - - smtp
  118. -o fallback_relay=
  119. showq unix n - n - - showq
  120. error unix - - n - - error
  121. discard unix - - n - - discard
  122. local unix - n n - - local
  123. virtual unix - n n - - virtual
  124. lmtp unix - - n - - lmtp
  125. anvil unix - - n - 1 anvil
  126. scache unix - - n - 1 scache
  127. maildrop unix - n n - - pipe flags=DRhu
  128. user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
  129. uucp unix - n n - - pipe flags=Fqhu
  130. user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  131. ifmail unix - n n - - pipe flags=F user=ftn
  132. argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  133. bsmtp unix - n n - - pipe flags=Fq.
  134. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
  135. smtp-amavis unix - - y - 2 smtp
  136. -o smtp_data_done_timeout=1200
  137. -o disable_dns_lookups=yes
  138. -o smtp_send_xforward_command=yes
  139. 127.0.0.1:10025 inet n - y - - smtpd
  140. -o content_filter=
  141. -o smtpd_helo_restrictions=
  142. -o smtpd_sender_restrictions=permit_sasl_authenticated
  143. -o smtpd_recipient_restrictions=permit_mynetworks,reject
  144. -o mynetworks=127.0.0.0/8
  145. -o smtpd_error_sleep_time=0
  146. -o smtpd_soft_error_limit=1001
  147. -o smtpd_hard_error_limit=1000
  148. -o receive_override_options=no_header_body_checks
  149. -o smtpd_helo_required=no
  150. -o smtpd_client_restrictions=
  151. -o smtpd_restriction_classes=
  152. -o disable_vrfy_command=no
  153. -o strict_rfc821_envelopes=yes
  154. dovecot unix - n n - - pipe flags=DRhu
  155. user=vmail:mail argv=/usr/libexec/dovecot/deliver -d ${recipient}
  156. vacation unix - n n - - pipe flags=Rq
  157. user=vacation argv=/var/spool/vacation/vacation.pl -f ${sender} --
  158. ${recipient}
  159. retry unix - - n - - error
  160. proxywrite unix - - n - 1 proxymap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement