Advertisement
ericroot

master.cf

Aug 13th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 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 "service 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. # -o content_filter=filter:spamcheck
  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_security_level=encrypt
  19. # -o smtpd_sasl_auth_enable=yes
  20. # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  21. # -o milter_macro_daemon_name=ORIGINATING
  22. #smtps inet n - - - - smtpd
  23. # -o syslog_name=postfix/smtps
  24. # -o smtpd_tls_wrappermode=yes
  25. # -o smtpd_sasl_auth_enable=yes
  26. # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  27. # -o milter_macro_daemon_name=ORIGINATING
  28. #628 inet n - - - - qmqpd
  29. pickup fifo n - - 60 1 pickup
  30. cleanup unix n - - - 0 cleanup
  31. qmgr fifo n - - 300 1 qmgr
  32. #qmgr fifo n - - 300 1 oqmgr
  33. tlsmgr unix - - - 1000? 1 tlsmgr
  34. rewrite unix - - - - - trivial-rewrite
  35. bounce unix - - - - 0 bounce
  36. defer unix - - - - 0 bounce
  37. trace unix - - - - 0 bounce
  38. verify unix - - - - 1 verify
  39. flush unix n - - 1000? 0 flush
  40. proxymap unix - - n - - proxymap
  41. proxywrite unix - - n - 1 proxymap
  42. smtp unix - - - - - smtp
  43. # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
  44. relay unix - - - - - smtp
  45. -o smtp_fallback_relay=
  46. # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  47. showq unix n - - - - showq
  48. error unix - - - - - error
  49. retry unix - - - - - error
  50. discard unix - - - - - discard
  51. local unix - n n - - local
  52. virtual unix - n n - - virtual
  53. lmtp unix - - - - - lmtp
  54. anvil unix - - - - 1 anvil
  55. scache unix - - - - 1 scache
  56. #
  57. # ====================================================================
  58. # Interfaces to non-Postfix software. Be sure to examine the manual
  59. # pages of the non-Postfix software to find out what options it wants.
  60. #
  61. # Many of the following services use the Postfix pipe(8) delivery
  62. # agent. See the pipe(8) man page for information about ${recipient}
  63. # and other message envelope options.
  64. # ====================================================================
  65. #
  66. filter unix - n n - 10 pipe
  67. flags=Rq user=_filter argv=content-filter -f ${sender} -- ${recipient}
  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/local/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. #
  96. # Old example of delivery via Cyrus.
  97. #
  98. #old-cyrus unix - n n - - pipe
  99. # flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
  100. #
  101. # ====================================================================
  102. #
  103. # See the Postfix UUCP_README file for configuration details.
  104. #
  105. #uucp unix - n n - - pipe
  106. # flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  107. #
  108. # ====================================================================
  109. #
  110. # Other external delivery methods.
  111. #
  112. #ifmail unix - n n - - pipe
  113. # flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  114. #
  115. #bsmtp unix - n n - - pipe
  116. # flags=Fq. user=bsmtp argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
  117. #
  118. #scalemail-backend unix - n n - 2 pipe
  119. # flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
  120. # ${nexthop} ${user} ${extension}
  121. #
  122. #mailman unix - n n - - pipe
  123. # flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  124. # ${nexthop} ${user}
  125. #smtp inet n - - - 1 postscreen
  126.  
  127. dovecot unix - n n - - pipe
  128. flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -d ${recipient}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement