Advertisement
app1egenius93

Postfix master.cf

Aug 12th, 2013
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 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 - n - - smtpd -o smtpd_sasl_auth_enable=yes
  12. #submission inet n - n - - smtpd
  13. # -o smtpd_tls_security_level=encrypt
  14. # -o smtpd_sasl_auth_enable=yes
  15. # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  16. # -o milter_macro_daemon_name=ORIGINATING
  17. smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o milter_macro_daemon_name=ORIGINATING
  18. #628 inet n - n - - qmqpd
  19. pickup fifo n - n 60 1 pickup
  20. cleanup unix n - n - 0 cleanup
  21. qmgr fifo n - n 300 1 qmgr
  22. #qmgr fifo n - n 300 1 oqmgr
  23. tlsmgr unix - - n 1000? 1 tlsmgr
  24. rewrite unix - - n - - trivial-rewrite
  25. bounce unix - - n - 0 bounce
  26. defer unix - - n - 0 bounce
  27. trace unix - - n - 0 bounce
  28. verify unix - - n - 1 verify
  29. flush unix n - n 1000? 0 flush
  30. proxymap unix - - n - - proxymap
  31. proxywrite unix - - n - 1 proxymap
  32. smtp unix - - n - - smtp
  33. # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
  34. relay unix - - n - - smtp
  35. -o smtp_fallback_relay=
  36. # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  37. showq unix n - n - - showq
  38. error unix - - n - - error
  39. retry unix - - n - - error
  40. discard unix - - n - - discard
  41. local unix - n n - - local
  42. virtual unix - n n - - virtual
  43. lmtp unix - - n - - lmtp
  44. anvil unix - - n - 1 anvil
  45. scache unix - - n - 1 scache
  46. #
  47. # ====================================================================
  48. # Interfaces to non-Postfix software. Be sure to examine the manual
  49. # pages of the non-Postfix software to find out what options it wants.
  50. #
  51. # Many of the following services use the Postfix pipe(8) delivery
  52. # agent. See the pipe(8) man page for information about ${recipient}
  53. # and other message envelope options.
  54. # ====================================================================
  55. #
  56. # maildrop. See the Postfix MAILDROP_README file for details.
  57. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  58. #
  59. #maildrop unix - n n - - pipe
  60. # flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
  61. #
  62. # ====================================================================
  63. #
  64. # The Cyrus deliver program has changed incompatibly, multiple times.
  65. #
  66. #old-cyrus unix - n n - - pipe
  67. # flags=R user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -m ${extension} ${user}
  68. #
  69. # ====================================================================
  70. #
  71. # Cyrus 2.1.5 (Amos Gouaux)
  72. # Also specify in main.cf: cyrus_destination_recipient_limit=1
  73. #
  74. #cyrus unix - n n - - pipe
  75. # user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
  76. #
  77. # ====================================================================
  78. #
  79. # See the Postfix UUCP_README file for configuration details.
  80. #
  81. #uucp unix - n n - - pipe
  82. # flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  83. #
  84. # ====================================================================
  85. #
  86. # Other external delivery methods.
  87. #
  88. #ifmail unix - n n - - pipe
  89. # flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  90. #
  91. #bsmtp unix - n n - - pipe
  92. # flags=Fq. user=bsmtp argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
  93. #
  94. #scalemail-backend unix - n n - 2 pipe
  95. # flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
  96. # ${nexthop} ${user} ${extension}
  97. #
  98. #mailman unix - n n - - pipe
  99. # flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  100. # ${nexthop} ${user}
  101. submission inet n - n - - smtpd -o smtpd_sasl_auth_enable=yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement