Advertisement
Guest User

Untitled

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