Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

etc_postfix_master.cf 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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_security_level=encrypt
  19. -o smtpd_etrn_restrictions=reject
  20. -o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination,reject
  21. -o smtpd_sasl_security_options=noanonymous,noplaintext
  22. -o smtpd_sasl_tls_security_options=noanonymous
  23. -o smtpd_sender_login_maps=pgsql:/etc/postfix/pgsql-sender-login-maps.cf
  24. # SMTP over SSL/TLS on port 465.
  25. #smtps inet n - - - - smtpd
  26. # -o syslog_name=postfix/smtps
  27. # -o smtpd_tls_wrappermode=yes
  28. # -o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination,reject
  29. # -o smtpd_sasl_security_options=noanonymous,noplaintext
  30. # -o smtpd_sasl_tls_security_options=noanonymous
  31. #628 inet n - - - - qmqpd
  32. pickup fifo n - - 60 1 pickup
  33. cleanup unix n - - - 0 cleanup
  34. qmgr fifo n - n 300 1 qmgr
  35. #qmgr fifo n - n 300 1 oqmgr
  36. tlsmgr unix - - - 1000? 1 tlsmgr
  37. rewrite unix - - - - - trivial-rewrite
  38. bounce unix - - - - 0 bounce
  39. defer unix - - - - 0 bounce
  40. trace unix - - - - 0 bounce
  41. verify unix - - - - 1 verify
  42. flush unix n - - 1000? 0 flush
  43. proxymap unix - - n - - proxymap
  44. proxywrite unix - - n - 1 proxymap
  45. smtp unix - - - - - smtp
  46. relay unix - - - - - smtp
  47. # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  48. showq unix n - - - - showq
  49. error unix - - - - - error
  50. retry unix - - - - - error
  51. discard unix - - - - - discard
  52. local unix - n n - - local
  53. virtual unix - n n - - virtual
  54. lmtp unix - - - - - lmtp
  55. anvil unix - - - - 1 anvil
  56. scache unix - - - - 1 scache
  57. #
  58. # ====================================================================
  59. # Interfaces to non-Postfix software. Be sure to examine the manual
  60. # pages of the non-Postfix software to find out what options it wants.
  61. #
  62. # Many of the following services use the Postfix pipe(8) delivery
  63. # agent. See the pipe(8) man page for information about ${recipient}
  64. # and other message envelope options.
  65. # ====================================================================
  66. #
  67. # maildrop. See the Postfix MAILDROP_README file for details.
  68. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  69. #
  70. maildrop unix - n n - - pipe
  71. flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  72. #
  73. # ====================================================================
  74. #
  75. # Recent Cyrus versions can use the existing "lmtp" master.cf entry.
  76. #
  77. # Specify in cyrus.conf:
  78. # lmtp cmd="lmtpd -a" listen="localhost:lmtp" proto=tcp4
  79. #
  80. # Specify in main.cf one or more of the following:
  81. # mailbox_transport = lmtp:inet:localhost
  82. # virtual_transport = lmtp:inet:localhost
  83. #
  84. # ====================================================================
  85. #
  86. # Cyrus 2.1.5 (Amos Gouaux)
  87. # Also specify in main.cf: cyrus_destination_recipient_limit=1
  88. #
  89. #cyrus unix - n n - - pipe
  90. # user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
  91. #
  92. # ====================================================================
  93. # Old example of delivery via Cyrus.
  94. #
  95. #old-cyrus unix - n n - - pipe
  96. # flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
  97. #
  98. # ====================================================================
  99. #
  100. # See the Postfix UUCP_README file for configuration details.
  101. #
  102. uucp unix - n n - - pipe
  103. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  104. #
  105. # Other external delivery methods.
  106. #
  107. ifmail unix - n n - - pipe
  108. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  109. bsmtp unix - n n - - pipe
  110. flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  111. scalemail-backend unix - n n - 2 pipe
  112. flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  113. mailman unix - n n - - pipe
  114. flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  115. ${nexthop} ${user}
  116. dovecot unix - n n - - pipe
  117. flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/lmtp -f ${sender} -d ${user}@${nexthop}