daily pastebin goal
75%
SHARE
TWEET

Untitled

a guest Nov 26th, 2010 56 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.  
  12. smtp-amavis unix – – n – 2 smtp
  13.   -o smtp_data_done_timeout=1200
  14.   -o smtp_send_xforward_command=yes
  15.   -o disable_dns_lookups=yes
  16.   -o max_use=20
  17. 127.0.0.1:10025 inet n – – – – smtpd
  18.   -o content_filter=
  19.   -o local_recipient_maps=
  20.   -o relay_recipient_maps=
  21.   -o smtpd_restriction_classes=
  22.   -o smtpd_delay_reject=no
  23.   -o smtpd_client_restrictions=permit_mynetworks,reject
  24.   -o smtpd_helo_restrictions=
  25.   -o smtpd_sender_restrictions=
  26.   -o smtpd_recipient_restrictions=permit_mynetworks,reject
  27.   -o smtpd_data_restrictions=reject_unauth_pipelining
  28.   -o smtpd_end_of_data_restrictions=
  29.   -o mynetworks=127.0.0.0/8
  30.   -o smtpd_error_sleep_time=0
  31.   -o smtpd_soft_error_limit=1001
  32.   -o smtpd_hard_error_limit=1000
  33.   -o smtpd_client_connection_count_limit=0
  34.   -o smtpd_client_connection_rate_limit=0
  35.   -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks
  36.   -o local_header_rewrite_clients=
  37. smtp      inet  n       -       -       -       -       smtpd
  38. #submission inet n       -       -       -       -       smtpd
  39. #  -o smtpd_tls_security_level=encrypt
  40. #  -o smtpd_sasl_auth_enable=yes
  41. #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  42. #  -o milter_macro_daemon_name=ORIGINATING
  43. #smtps     inet  n       -       -       -       -       smtpd
  44. #  -o smtpd_tls_wrappermode=yes
  45. #  -o smtpd_sasl_auth_enable=yes
  46. #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  47. #  -o milter_macro_daemon_name=ORIGINATING
  48. #628       inet  n       -       -       -       -       qmqpd
  49. pickup    fifo  n       -       -       60      1       pickup
  50. cleanup   unix  n       -       -       -       0       cleanup
  51. qmgr      fifo  n       -       n       300     1       qmgr
  52. #qmgr     fifo  n       -       -       300     1       oqmgr
  53. tlsmgr    unix  -       -       -       1000?   1       tlsmgr
  54. rewrite   unix  -       -       -       -       -       trivial-rewrite
  55. bounce    unix  -       -       -       -       0       bounce
  56. defer     unix  -       -       -       -       0       bounce
  57. trace     unix  -       -       -       -       0       bounce
  58. verify    unix  -       -       -       -       1       verify
  59. flush     unix  n       -       -       1000?   0       flush
  60. proxymap  unix  -       -       n       -       -       proxymap
  61. proxywrite unix -       -       n       -       1       proxymap
  62. smtp      unix  -       -       -       -       -       smtp
  63. # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
  64. relay     unix  -       -       -       -       -       smtp
  65.         -o smtp_fallback_relay=
  66. #       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  67. showq     unix  n       -       -       -       -       showq
  68. error     unix  -       -       -       -       -       error
  69. retry     unix  -       -       -       -       -       error
  70. discard   unix  -       -       -       -       -       discard
  71. local     unix  -       n       n       -       -       local
  72. virtual   unix  -       n       n       -       -       virtual
  73. lmtp      unix  -       -       -       -       -       lmtp
  74. anvil     unix  -       -       -       -       1       anvil
  75. scache    unix  -       -       -       -       1       scache
  76. #
  77. # ====================================================================
  78. # Interfaces to non-Postfix software. Be sure to examine the manual
  79. # pages of the non-Postfix software to find out what options it wants.
  80. #
  81. # Many of the following services use the Postfix pipe(8) delivery
  82. # agent.  See the pipe(8) man page for information about ${recipient}
  83. # and other message envelope options.
  84. # ====================================================================
  85. #
  86. # maildrop. See the Postfix MAILDROP_README file for details.
  87. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  88. #
  89. maildrop  unix  -       n       n       -       -       pipe
  90.   flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  91. #
  92. # ====================================================================
  93. #
  94. # Recent Cyrus versions can use the existing "lmtp" master.cf entry.
  95. #
  96. # Specify in cyrus.conf:
  97. #   lmtp    cmd="lmtpd -a" listen="localhost:lmtp" proto=tcp4
  98. #
  99. # Specify in main.cf one or more of the following:
  100. #  mailbox_transport = lmtp:inet:localhost
  101. #  virtual_transport = lmtp:inet:localhost
  102. #
  103. # ====================================================================
  104. #
  105. # Cyrus 2.1.5 (Amos Gouaux)
  106. # Also specify in main.cf: cyrus_destination_recipient_limit=1
  107. #
  108. #cyrus     unix  -       n       n       -       -       pipe
  109. #  user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
  110. #
  111. # ====================================================================
  112. # Old example of delivery via Cyrus.
  113. #
  114. #old-cyrus unix  -       n       n       -       -       pipe
  115. #  flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
  116. #
  117. # ====================================================================
  118. #
  119. # See the Postfix UUCP_README file for configuration details.
  120. #
  121. uucp      unix  -       n       n       -       -       pipe
  122.   flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  123. #
  124. # Other external delivery methods.
  125. #
  126. ifmail    unix  -       n       n       -       -       pipe
  127.   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  128. bsmtp     unix  -       n       n       -       -       pipe
  129.   flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  130. scalemail-backend unix  -       n       n       -       2       pipe
  131.   flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  132. mailman   unix  -       n       n       -       -       pipe
  133.   flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  134.   ${nexthop} ${user}
  135. #
  136. dovecot unix    -       n       n       -       -       pipe
  137.   flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
RAW Paste Data
Top