Advertisement
saitam10

/etc/postfix/master.cf

Dec 24th, 2016
120
0
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" or
  4. # on-line: http://www.postfix.org/master.5.html).
  5. #
  6. # Do not forget to execute "postfix reload" after editing this file.
  7. #
  8. # ==========================================================================
  9. # service type  private unpriv  chroot  wakeup  maxproc command + args
  10. #               (yes)   (yes)   (yes)   (never) (100)
  11. # ==========================================================================
  12. smtp      inet  n       -       -       -       -       smtpd
  13. #smtp      inet  n       -       -       -       1       postscreen
  14. #smtpd     pass  -       -       -       -       -       smtpd
  15. #dnsblog   unix  -       -       -       -       0       dnsblog
  16. #tlsproxy  unix  -       -       -       -       0       tlsproxy
  17. submission inet n       -       -       -       -       smtpd
  18.   -o syslog_name=postfix/submission
  19.   -o smtpd_tls_security_level=encrypt
  20.   -o smtpd_sasl_auth_enable=yes
  21.   -o smtpd_reject_unlisted_recipient=no
  22.   -o smtpd_client_restrictions=$mua_client_restrictions
  23.   -o smtpd_helo_restrictions=$mua_helo_restrictions
  24.   -o smtpd_sender_restrictions=$mua_sender_restrictions
  25.   -o smtpd_recipient_restrictions=
  26.   -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
  27.   -o milter_macro_daemon_name=ORIGINATING
  28. smtps     inet  n       -       -       -       -       smtpd
  29.   -o syslog_name=postfix/smtps
  30.   -o smtpd_tls_wrappermode=yes
  31.   -o smtpd_sasl_auth_enable=yes
  32.   -o smtpd_reject_unlisted_recipient=no
  33.   -o smtpd_client_restrictions=$mua_client_restrictions
  34.   -o smtpd_helo_restrictions=$mua_helo_restrictions
  35.   -o smtpd_sender_restrictions=$mua_sender_restrictions
  36.   -o smtpd_recipient_restrictions=
  37.   -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
  38.   -o milter_macro_daemon_name=ORIGINATING
  39. #628       inet  n       -       -       -       -       qmqpd
  40. pickup    unix  n       -       -       60      1       pickup
  41. cleanup   unix  n       -       -       -       0       cleanup
  42. qmgr      unix  n       -       n       300     1       qmgr
  43. #qmgr     unix  n       -       n       300     1       oqmgr
  44. tlsmgr    unix  -       -       -       1000?   1       tlsmgr
  45. rewrite   unix  -       -       -       -       -       trivial-rewrite
  46. bounce    unix  -       -       -       -       0       bounce
  47. defer     unix  -       -       -       -       0       bounce
  48. trace     unix  -       -       -       -       0       bounce
  49. verify    unix  -       -       -       -       1       verify
  50. flush     unix  n       -       -       1000?   0       flush
  51. proxymap  unix  -       -       n       -       -       proxymap
  52. proxywrite unix -       -       n       -       1       proxymap
  53. smtp      unix  -       -       -       -       -       smtp
  54. relay     unix  -       -       -       -       -       smtp
  55. #       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  56. showq     unix  n       -       -       -       -       showq
  57. error     unix  -       -       -       -       -       error
  58. retry     unix  -       -       -       -       -       error
  59. discard   unix  -       -       -       -       -       discard
  60. local     unix  -       n       n       -       -       local
  61. virtual   unix  -       n       n       -       -       virtual
  62. lmtp      unix  -       -       -       -       -       lmtp
  63. anvil     unix  -       -       -       -       1       anvil
  64. scache    unix  -       -       -       -       1       scache
  65. #
  66. # ====================================================================
  67. # Interfaces to non-Postfix software. Be sure to examine the manual
  68. # pages of the non-Postfix software to find out what options it wants.
  69. #
  70. # Many of the following services use the Postfix pipe(8) delivery
  71. # agent.  See the pipe(8) man page for information about ${recipient}
  72. # and other message envelope options.
  73. # ====================================================================
  74. #
  75. # maildrop. See the Postfix MAILDROP_README file for details.
  76. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  77. #
  78. maildrop  unix  -       n       n       -       -       pipe
  79.   flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  80. #
  81. # ====================================================================
  82. #
  83. # Recent Cyrus versions can use the existing "lmtp" master.cf entry.
  84. #
  85. # Specify in cyrus.conf:
  86. #   lmtp    cmd="lmtpd -a" listen="localhost:lmtp" proto=tcp4
  87. #
  88. # Specify in main.cf one or more of the following:
  89. #  mailbox_transport = lmtp:inet:localhost
  90. #  virtual_transport = lmtp:inet:localhost
  91. #
  92. # ====================================================================
  93. #
  94. # Cyrus 2.1.5 (Amos Gouaux)
  95. # Also specify in main.cf: cyrus_destination_recipient_limit=1
  96. #
  97. #cyrus     unix  -       n       n       -       -       pipe
  98. #  user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
  99. #
  100. # ====================================================================
  101. # Old example of delivery via Cyrus.
  102. #
  103. #old-cyrus unix  -       n       n       -       -       pipe
  104. #  flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
  105. #
  106. # ====================================================================
  107. #
  108. # See the Postfix UUCP_README file for configuration details.
  109. #
  110. uucp      unix  -       n       n       -       -       pipe
  111.   flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  112. #
  113. # Other external delivery methods.
  114. #
  115. ifmail    unix  -       n       n       -       -       pipe
  116.   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  117. bsmtp     unix  -       n       n       -       -       pipe
  118.   flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  119. scalemail-backend unix  -       n       n       -       2       pipe
  120.   flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  121. mailman   unix  -       n       n       -       -       pipe
  122.   flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  123.   ${nexthop} ${user}
  124.  
  125. # amavisd-new scanner
  126. #
  127. amavis unix - - - - 2 smtp
  128.   -o smtp_data_done_timeout=1200
  129.   -o smtp_send_xforward_command=yes
  130.   -o disable_dns_lookups=yes
  131.   -o max_use=20
  132.   -o smtp_generic_maps=
  133.  
  134. 127.0.0.1:10025 inet n - - - - smtpd
  135.   -o content_filter=
  136.   -o smtpd_delay_reject=no
  137.   -o smtpd_client_restrictions=permit_mynetworks,reject
  138.   -o smtpd_helo_restrictions=
  139.   -o smtpd_sender_restrictions=
  140.   -o smtpd_recipient_restrictions=permit_mynetworks,reject
  141.   -o smtpd_end_of_data_restrictions=
  142.   -o smtpd_restriction_classes=
  143.   -o mynetworks=127.0.0.0/8
  144.   -o smtpd_error_sleep_time=0
  145.   -o smtpd_soft_error_limit=1001
  146.   -o smtpd_hard_error_limit=1000
  147.   -o smtpd_client_connection_count_limit=0
  148.   -o smtpd_client_connection_rate_limit=0
  149.   -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks
  150.   -o local_header_rewrite_clients=
  151.   -o local_recipient_maps=
  152.   -o relay_recipient_maps=
  153.   -o strict_rfc821_envelopes=yes
  154.  
  155. # Integração com o Dovecot
  156. dovecot      unix   -        n      n       -       -   pipe
  157.   flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/dovecot-lda -d $(recipient)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement