SHARE
TWEET

webmonkey - postfix master.cf

a guest May 18th, 2012 19 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 smtpd_tls_security_level=encrypt
  18.   -o smtpd_sasl_auth_enable=yes
  19.   -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  20.   -o milter_macro_daemon_name=ORIGINATING
  21. #smtps     inet  n       -       -       -       -       smtpd
  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. #628       inet  n       -       -       -       -       qmqpd
  27. pickup    fifo  n       -       -       60      1       pickup
  28. cleanup   unix  n       -       -       -       0       cleanup
  29. qmgr      fifo  n       -       n       300     1       qmgr
  30. #qmgr     fifo  n       -       -       300     1       oqmgr
  31. tlsmgr    unix  -       -       -       1000?   1       tlsmgr
  32. rewrite   unix  -       -       -       -       -       trivial-rewrite
  33. bounce    unix  -       -       -       -       0       bounce
  34. defer     unix  -       -       -       -       0       bounce
  35. trace     unix  -       -       -       -       0       bounce
  36. verify    unix  -       -       -       -       1       verify
  37. flush     unix  n       -       -       1000?   0       flush
  38. proxymap  unix  -       -       n       -       -       proxymap
  39. proxywrite unix -       -       n       -       1       proxymap
  40. smtp      unix  -       -       -       -       -       smtp
  41. # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
  42. relay     unix  -       -       -       -       -       smtp
  43.         -o smtp_fallback_relay=
  44. #       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  45. showq     unix  n       -       -       -       -       showq
  46. error     unix  -       -       -       -       -       error
  47. retry     unix  -       -       -       -       -       error
  48. discard   unix  -       -       -       -       -       discard
  49. local     unix  -       n       n       -       -       local
  50. virtual   unix  -       n       n       -       -       virtual
  51. lmtp      unix  -       -       -       -       -       lmtp
  52. anvil     unix  -       -       -       -       1       anvil
  53. scache    unix  -       -       -       -       1       scache
  54. #
  55. # ====================================================================
  56. # Interfaces to non-Postfix software. Be sure to examine the manual
  57. # pages of the non-Postfix software to find out what options it wants.
  58. #
  59. # Many of the following services use the Postfix pipe(8) delivery
  60. # agent.  See the pipe(8) man page for information about ${recipient}
  61. # and other message envelope options.
  62. # ====================================================================
  63. #
  64. # maildrop. See the Postfix MAILDROP_README file for details.
  65. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  66. #
  67. maildrop  unix  -       n       n       -       -       pipe
  68.   flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  69. #
  70. # ====================================================================
  71.  
  72. # See the Postfix UUCP_README file for configuration details.
  73. #
  74. uucp      unix  -       n       n       -       -       pipe
  75.   flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  76. #
  77. # Other external delivery methods.
  78. #
  79. ifmail    unix  -       n       n       -       -       pipe
  80.   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  81. bsmtp     unix  -       n       n       -       -       pipe
  82.   flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  83. scalemail-backend unix  -       n       n       -       2       pipe
  84.   flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  85. mailman   unix  -       n       n       -       -       pipe
  86.   flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  87.   ${nexthop} ${user}
  88. dovecot   unix  -       n       n       -       -       pipe
  89.   flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d ${recipient}
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top