Advertisement
maffo87

master.cf

Jun 10th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 KB | None | 0 0
  1. #
  2. # Postfix master process configuration file. For details on the format
  3. # of the file, see the master(5) manual page (command: "man 5 master" or
  4. # on-line: http://www.postfix.org/master.5.html).
  5. #
  6. # Do not forget to execute "postfix reload" after editing this file.
  7. #
  8. # ==========================================================================
  9. # service type private unpriv chroot wakeup maxproc command + args
  10. # (yes) (yes) (yes) (never) (100)
  11. # ==========================================================================
  12. smtp inet n - n - - smtpd
  13. #smtp inet n - n - 1 postscreen
  14. #smtpd pass - - n - - smtpd
  15. #dnsblog unix - - n - 0 dnsblog
  16. #tlsproxy unix - - n - 0 tlsproxy
  17. submission inet n - n - - smtpd
  18. -o syslog_name=postfix/submission
  19. -o smtpd_tls_security_level=encrypt
  20. -o smtpd_sasl_auth_enable=yes
  21. -o smtpd_reject_unlisted_recipient=no
  22. # -o smtpd_client_restrictions=$mua_client_restrictions
  23. # -o smtpd_helo_restrictions=$mua_helo_restrictions
  24. # -o smtpd_sender_restrictions=$mua_sender_restrictions
  25. -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
  26. # -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
  27. -o milter_macro_daemon_name=ORIGINATING
  28. #smtps inet n - n - - smtpd
  29. # -o syslog_name=postfix/smtps
  30. # -o smtpd_tls_wrappermode=yes
  31. # -o smtpd_sasl_auth_enable=yes
  32. # -o smtpd_reject_unlisted_recipient=no
  33. # -o smtpd_client_restrictions=$mua_client_restrictions
  34. # -o smtpd_helo_restrictions=$mua_helo_restrictions
  35. # -o smtpd_sender_restrictions=$mua_sender_restrictions
  36. # -o smtpd_recipient_restrictions=
  37. # -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
  38. # -o milter_macro_daemon_name=ORIGINATING
  39. #628 inet n - n - - qmqpd
  40. pickup unix n - n 60 1 pickup
  41. cleanup unix n - n - 0 cleanup
  42. qmgr unix n - n 300 1 qmgr
  43. #qmgr unix n - n 300 1 oqmgr
  44. tlsmgr unix - - n 1000? 1 tlsmgr
  45. rewrite unix - - n - - trivial-rewrite
  46. bounce unix - - n - 0 bounce
  47. defer unix - - n - 0 bounce
  48. trace unix - - n - 0 bounce
  49. verify unix - - n - 1 verify
  50. flush unix n - n 1000? 0 flush
  51. proxymap unix - - n - - proxymap
  52. proxywrite unix - - n - 1 proxymap
  53. smtp unix - - n - - smtp
  54. relay unix - - n - - smtp
  55. # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  56. showq unix n - n - - showq
  57. error unix - - n - - error
  58. retry unix - - n - - error
  59. discard unix - - n - - discard
  60. local unix - n n - - local
  61. virtual unix - n n - - virtual
  62. lmtp unix - - n - - lmtp
  63. anvil unix - - n - 1 anvil
  64. scache unix - - n - 1 scache
  65. 10025 inet n - n - - smtpd
  66. 10027 inet n - n - - smtpd
  67. #
  68. # ====================================================================
  69. # Interfaces to non-Postfix software. Be sure to examine the manual
  70. # pages of the non-Postfix software to find out what options it wants.
  71. #
  72. # Many of the following services use the Postfix pipe(8) delivery
  73. # agent. See the pipe(8) man page for information about ${recipient}
  74. # and other message envelope options.
  75. # ====================================================================
  76. #
  77. # maildrop. See the Postfix MAILDROP_README file for details.
  78. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  79. #
  80. #maildrop unix - n n - - pipe
  81. # flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
  82. #
  83. # ====================================================================
  84. #
  85. # Recent Cyrus versions can use the existing "lmtp" master.cf entry.
  86. #
  87. # Specify in cyrus.conf:
  88. # lmtp cmd="lmtpd -a" listen="localhost:lmtp" proto=tcp4
  89. #
  90. # Specify in main.cf one or more of the following:
  91. # mailbox_transport = lmtp:inet:localhost
  92. # virtual_transport = lmtp:inet:localhost
  93. #
  94. # ====================================================================
  95. #
  96. # Cyrus 2.1.5 (Amos Gouaux)
  97. # Also specify in main.cf: cyrus_destination_recipient_limit=1
  98. #
  99. #cyrus unix - n n - - pipe
  100. # user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
  101. #
  102. # ====================================================================
  103. #
  104. # Old example of delivery via Cyrus.
  105. #
  106. #old-cyrus unix - n n - - pipe
  107. # flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
  108. #
  109. # ====================================================================
  110. #
  111. # See the Postfix UUCP_README file for configuration details.
  112. #
  113. #uucp unix - n n - - pipe
  114. # flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  115. #
  116. # ====================================================================
  117. #
  118. # Other external delivery methods.
  119. #
  120. #ifmail unix - n n - - pipe
  121. # flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  122. #
  123. #bsmtp unix - n n - - pipe
  124. # flags=Fq. user=bsmtp argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
  125. #
  126. #scalemail-backend unix - n n - 2 pipe
  127. # flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
  128. # ${nexthop} ${user} ${extension}
  129. #
  130. #mailman unix - n n - - pipe
  131. # flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  132. # ${nexthop} ${user}
  133.  
  134. #Amavisd
  135. amavisfeed unix - - n - 2 lmtp
  136. -o lmtp_data_done_timeout=1200
  137. -o lmtp_send_xforward_command=yes
  138. #127.0.0.1:10025 inet n - n - - smtpd
  139. # -o content_filter=
  140. # -o smtpd_delay_reject=no
  141. # -o smtpd_client_restrictions=permit_mynetworks,reject
  142. # -o smtpd_helo_restrictions=
  143. # -o smtpd_sender_restrictions=
  144. # -o smtpd_recipient_restrictions=permit_mynetworks,reject
  145. # -o smtpd_data_restrictions=reject_unauth_pipelining
  146. # -o smtpd_end_of_data_restrictions=
  147. # -o smtpd_restriction_classes=
  148. # -o mynetworks=127.0.0.0/8
  149. # -o smtpd_error_sleep_time=0
  150. # -o smtpd_soft_error_limit=1001
  151. # -o smtpd_hard_error_limit=1000
  152. # -o smtpd_client_connection_count_limit=0
  153. # -o smtpd_client_connection_rate_limit=0
  154. # -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_milters,no_address_mappings
  155. # -o local_header_rewrite_clients=
  156. # -o smtpd_milters=
  157. # -o local_recipient_maps=
  158. # -o relay_recipient_maps=
  159. # -o strict_rfc821_envelopes=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement