Advertisement
Guest User

master.cf (postfix)

a guest
Nov 15th, 2015
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 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 - - - - smtpd
  11. submission inet n - - - - smtpd
  12. # -o smtpd_tls_security_level=encrypt
  13. -o smtpd_sasl_auth_enable=yes
  14. -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  15. # -o milter_macro_daemon_name=ORIGINATING
  16. #
  17. smtps inet n - - - - smtpd
  18. -o smtpd_tls_wrappermode=yes
  19. -o smtpd_sasl_auth_enable=yes
  20. -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  21. # -o milter_macro_daemon_name=ORIGINATING
  22. #628 inet n - - - - qmqpd
  23. pickup fifo n - - 60 1 pickup
  24. cleanup unix n - - - 0 cleanup
  25. qmgr fifo n - n 300 1 qmgr
  26. #qmgr fifo n - - 300 1 oqmgr
  27. tlsmgr unix - - - 1000? 1 tlsmgr
  28. rewrite unix - - - - - trivial-rewrite
  29. bounce unix - - - - 0 bounce
  30. defer unix - - - - 0 bounce
  31. trace unix - - - - 0 bounce
  32. verify unix - - - - 1 verify
  33. flush unix n - - 1000? 0 flush
  34. proxymap unix - - n - - proxymap
  35. proxywrite unix - - n - 1 proxymap
  36. smtp unix - - - - - smtp
  37. # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
  38. relay unix - - - - - smtp
  39. -o smtp_fallback_relay=
  40. # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  41. showq unix n - - - - showq
  42. error unix - - - - - error
  43. retry unix - - - - - error
  44. discard unix - - - - - discard
  45. local unix - n n - - local
  46. virtual unix - n n - - virtual
  47. lmtp unix - - - - - lmtp
  48. anvil unix - - - - 1 anvil
  49. scache unix - - - - 1 scache
  50. #
  51. # ====================================================================
  52. # Interfaces to non-Postfix software. Be sure to examine the manual
  53. # pages of the non-Postfix software to find out what options it wants.
  54. #
  55. # Many of the following services use the Postfix pipe(8) delivery
  56. # agent. See the pipe(8) man page for information about ${recipient}
  57. # and other message envelope options.
  58. # ====================================================================
  59. #
  60. # See the Postfix UUCP_README file for configuration details.
  61. #
  62. uucp unix - n n - - pipe
  63. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  64. #
  65. # Other external delivery methods.
  66. #
  67. ifmail unix - n n - - pipe
  68. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  69. bsmtp unix - n n - - pipe
  70. flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  71. scalemail-backend unix - n n - 2 pipe
  72. flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  73. mailman unix - n n - - pipe
  74. flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop} ${user}
  75.  
  76. # i-MSCP autoresponder
  77. imscp-arpl unix - n n - - pipe
  78. flags=O user=vmail:imscp argv=/var/www/imscp/engine/messenger/imscp-arpl-msgr $recipient
  79.  
  80. dovecot unix - n n - - pipe
  81. flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement