Advertisement
Guest User

postfix master.cf

a guest
Feb 2nd, 2014
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. # ==========================================================================
  2. # service type private unpriv chroot wakeup maxproc command + args
  3. # (yes) (yes) (yes) (never) (100)
  4. # ==========================================================================
  5. smtp inet n - - - - smtpd
  6. #smtp inet n - - - 1 postscreen
  7. #smtpd pass - - - - - smtpd
  8. #dnsblog unix - - - - 0 dnsblog
  9. #tlsproxy unix - - - - 0 tlsproxy
  10. submission inet n - - - - smtpd
  11. -o syslog_name=postfix/submission
  12. -o smtpd_tls_wrappermode=no
  13. -o smtpd_tls_security_level=encrypt
  14. -o smtpd_sasl_auth_enable=yes
  15. -o smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
  16. -o milter_macro_daemon_name=ORIGINATING
  17. -o smtpd_sasl_type=dovecot
  18. -o smtpd_sasl_path=private/auth
  19.  
  20. smtps inet n - - - - smtpd
  21. -o syslog_name=postfix/smtps
  22. -o smtpd_tls_wrappermode=yes
  23. -o smtpd_sasl_auth_enable=yes
  24. -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  25. -o milter_macro_daemon_name=ORIGINATING
  26.  
  27. #628 inet n - - - - qmqpd
  28. pickup fifo n - - 60 1 pickup
  29. cleanup unix n - - - 0 cleanup
  30. qmgr fifo n - n 300 1 qmgr
  31. #qmgr fifo n - n 300 1 oqmgr
  32. tlsmgr unix - - - 1000? 1 tlsmgr
  33. rewrite unix - - - - - trivial-rewrite
  34. bounce unix - - - - 0 bounce
  35. defer unix - - - - 0 bounce
  36. trace unix - - - - 0 bounce
  37. verify unix - - - - 1 verify
  38. flush unix n - - 1000? 0 flush
  39. proxymap unix - - n - - proxymap
  40. proxywrite unix - - n - 1 proxymap
  41. smtp unix - - - - - smtp
  42. relay unix - - - - - smtp
  43. # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  44. showq unix n - - - - showq
  45. error unix - - - - - error
  46. retry unix - - - - - error
  47. discard unix - - - - - discard
  48. local unix - n n - - local
  49. virtual unix - n n - - virtual
  50. lmtp unix - - - - - lmtp
  51. anvil unix - - - - 1 anvil
  52. scache unix - - - - 1 scache
  53. #
  54. # ====================================================================
  55. # Interfaces to non-Postfix software. Be sure to examine the manual
  56. # pages of the non-Postfix software to find out what options it wants.
  57. #
  58. # Many of the following services use the Postfix pipe(8) delivery
  59. # agent. See the pipe(8) man page for information about ${recipient}
  60. # and other message envelope options.
  61. # ====================================================================
  62. #
  63. # maildrop. See the Postfix MAILDROP_README file for details.
  64. maildrop unix - n n - - pipe
  65. flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  66.  
  67. uucp unix - n n - - pipe
  68. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  69. #
  70. # Other external delivery methods.
  71. #
  72. ifmail unix - n n - - pipe
  73. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  74. bsmtp unix - n n - - pipe
  75. flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  76. scalemail-backend unix - n n - 2 pipe
  77. flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  78. mailman unix - n n - - pipe
  79. flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  80. ${nexthop} ${user}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement