Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. # Postfix master process configuration file. For details on the format
  2. # of the file, see the master(5) manual page (command: "man 5 master").
  3. #
  4. # Do not forget to execute "postfix reload" after editing this file.
  5. #
  6. # ==========================================================================
  7. # service type private unpriv chroot wakeup maxproc command + args
  8. # (yes) (yes) (yes) (never) (100)
  9. # ==========================================================================
  10. smtp inet n - n - - smtpd
  11. #smtp inet n - n - 1 postscreen
  12. #smtpd pass - - n - - smtpd
  13. #dnsblog unix - - n - 0 dnsblog
  14. #tlsproxy unix - - n - 0 tlsproxy
  15. #submission inet n - n - - smtpd
  16. # -o syslog_name=postfix/submission
  17. # -o smtpd_tls_security_level=encrypt
  18. # -o smtpd_sasl_auth_enable=yes
  19. # -o smtpd_reject_unlisted_recipient=no
  20. # -o smtpd_client_restrictions=$mua_client_restrictions
  21. # -o smtpd_helo_restrictions=$mua_helo_restrictions
  22. # -o smtpd_sender_restrictions=$mua_sender_restrictions
  23. # -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
  24. # -o milter_macro_daemon_name=ORIGINATING
  25. #smtps inet n - n - - smtpd
  26. # -o syslog_name=postfix/smtps
  27. # -o smtpd_tls_wrappermode=yes
  28. # -o smtpd_sasl_auth_enable=yes
  29. # -o smtpd_reject_unlisted_recipient=no
  30. # -o smtpd_client_restrictions=$mua_client_restrictions
  31. # -o smtpd_helo_restrictions=$mua_helo_restrictions
  32. # -o smtpd_sender_restrictions=$mua_sender_restrictions
  33. # -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
  34. # -o milter_macro_daemon_name=ORIGINATING
  35. #628 inet n - n - - qmqpd
  36. pickup unix n - n 60 1 pickup
  37. cleanup unix n - n - 0 cleanup
  38. qmgr unix n - n 300 1 qmgr
  39. #qmgr unix n - n 300 1 oqmgr
  40. tlsmgr unix - - n 1000? 1 tlsmgr
  41. rewrite unix - - n - - trivial-rewrite
  42. bounce unix - - n - 0 bounce
  43. defer unix - - n - 0 bounce
  44. trace unix - - n - 0 bounce
  45. verify unix - - n - 1 verify
  46. flush unix n - n 1000? 0 flush
  47. proxymap unix - - n - - proxymap
  48. proxywrite unix - - n - 1 proxymap
  49. smtp unix - - n - - smtp
  50. relay unix - - n - - smtp
  51. # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  52. showq unix n - n - - showq
  53. error unix - - n - - error
  54. retry unix - - n - - error
  55. discard unix - - n - - discard
  56. local unix - n n - - local
  57. virtual unix - n n - - virtual
  58. lmtp unix - - n - - lmtp
  59. anvil unix - - n - 1 anvil
  60. scache unix - - n - 1 scache
  61. #
  62. # ====================================================================
  63. # Interfaces to non-Postfix software. Be sure to examine the manual
  64. # pages of the non-Postfix software to find out what options it wants.
  65. #
  66. # Many of the following services use the Postfix pipe(8) delivery
  67. # agent. See the pipe(8) man page for information about ${recipient}
  68. # and other message envelope options.
  69. # ====================================================================
  70. #
  71. # maildrop. See the Postfix MAILDROP_README file for details.
  72. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  73. #
  74. #maildrop unix - n n - - pipe
  75. # flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
  76. #
  77. # ====================================================================#
  78. # Specify in cyrus.conf:
  79. # lmtp cmd="lmtpd -a" listen="localhost:lmtp" proto=tcp4
  80. #
  81. # Specify in main.cf one or more of the following:
  82. # mailbox_transport = lmtp:inet:localhost
  83. # virtual_transport = lmtp:inet:localhost
  84. #
  85. # ====================================================================
  86. #
  87. # Cyrus 2.1.5 (Amos Gouaux)
  88. # Also specify in main.cf: cyrus_destination_recipient_limit=1
  89. #
  90. #cyrus unix - n n - - pipe
  91. # user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
  92. #
  93. # ====================================================================
  94. #
  95. # Old example of delivery via Cyrus.
  96. #
  97. #old-cyrus unix - n n - - pipe
  98. # flags=R user=cyrus argv=/usr/lib/cyrus-imapd/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. # ====================================================================
  108. #
  109. # Other external delivery methods.
  110. #
  111. #ifmail unix - n n - - pipe
  112. # flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  113. #
  114. #bsmtp unix - n n - - pipe
  115. # flags=Fq. user=bsmtp argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
  116. #
  117. #scalemail-backend unix - n n - 2 pipe
  118. # flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
  119. # ${nexthop} ${user} ${extension}
  120. #
  121. #mailman unix - n n - - pipe
  122. # flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  123. # ${nexthop} ${user}
  124.  
  125. #
  126. # Recent Cyrus versions can use the existing "lmtp" master.cf entry.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement