Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Oct 24th, 2011  |  syntax: None  |  size: 5.55 KB  |  views: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # cat master.cf
  2. #
  3. # Postfix master process configuration file.  For details on the format
  4. # of the file, see the master(5) manual page (command: "man 5 master").
  5. #
  6. # ==========================================================================
  7. # service type  private unpriv  chroot  wakeup  maxproc command + args
  8. #               (yes)   (yes)   (yes)   (never) (100)
  9. # ==========================================================================
  10. smtp      inet  n       -       n       -       -       smtpd
  11. #submission inet n       -       n       -       -       smtpd
  12. #  -o smtpd_enforce_tls=yes
  13. #  -o smtpd_sasl_auth_enable=yes
  14. #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  15. #smtps     inet  n       -       n       -       -       smtpd
  16. #  -o smtpd_tls_wrappermode=yes
  17. #  -o smtpd_sasl_auth_enable=yes
  18. #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  19. #628      inet  n       -       n       -       -       qmqpd
  20. pickup    fifo  n       -       n       60      1       pickup
  21. cleanup   unix  n       -       n       -       0       cleanup
  22. qmgr      fifo  n       -       n       300     1       qmgr
  23. #qmgr     fifo  n       -       n       300     1       oqmgr
  24. tlsmgr    unix  -       -       n       1000?   1       tlsmgr
  25. rewrite   unix  -       -       n       -       -       trivial-rewrite
  26. bounce    unix  -       -       n       -       0       bounce
  27. defer     unix  -       -       n       -       0       bounce
  28. trace     unix  -       -       n       -       0       bounce
  29. verify    unix  -       -       n       -       1       verify
  30. flush     unix  n       -       n       1000?   0       flush
  31. proxymap  unix  -       -       n       -       -       proxymap
  32. smtp      unix  -       -       n       -       -       smtp
  33. # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
  34. relay     unix  -       -       n       -       -       smtp
  35.         -o fallback_relay=
  36. #       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  37. showq     unix  n       -       n       -       -       showq
  38. error     unix  -       -       n       -       -       error
  39. discard   unix  -       -       n       -       -       discard
  40. local     unix  -       n       n       -       -       local
  41. virtual   unix  -       n       n       -       -       virtual
  42. lmtp      unix  -       -       n       -       -       lmtp
  43. anvil     unix  -       -       n       -       1       anvil
  44. scache    unix  -       -       n       -       1       scache
  45. #
  46. # ====================================================================
  47. # Interfaces to non-Postfix software. Be sure to examine the manual
  48. # pages of the non-Postfix software to find out what options it wants.
  49. #
  50. # Many of the following services use the Postfix pipe(8) delivery
  51. # agent.  See the pipe(8) man page for information about ${recipient}
  52. # and other message envelope options.
  53. # ====================================================================
  54. #
  55. # maildrop. See the Postfix MAILDROP_README file for details.
  56. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  57. #
  58.  
  59. ## AMAVIS START
  60.  
  61. amavisfeed unix    -       -       n        -      2     lmtp
  62.     -o lmtp_data_done_timeout=1200
  63.     -o lmtp_send_xforward_command=yes
  64.     -o disable_dns_lookups=yes
  65.     -o max_use=20
  66.  
  67. 127.0.0.1:10025 inet n    -       n       -       -     smtpd
  68.     -o content_filter=
  69.     -o smtpd_delay_reject=no
  70.     -o smtpd_client_restrictions=permit_mynetworks,reject
  71.     -o smtpd_helo_restrictions=
  72.     -o smtpd_sender_restrictions=
  73.     -o smtpd_recipient_restrictions=permit_mynetworks,reject
  74.     -o smtpd_data_restrictions=reject_unauth_pipelining
  75.     -o smtpd_end_of_data_restrictions=
  76.     -o smtpd_restriction_classes=
  77.     -o mynetworks=127.0.0.0/8
  78.     -o smtpd_error_sleep_time=0
  79.     -o smtpd_soft_error_limit=1001
  80.     -o smtpd_hard_error_limit=1000
  81.     -o smtpd_client_connection_count_limit=0
  82.     -o smtpd_client_connection_rate_limit=0
  83.     -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_milters,no_address_mappings
  84.     -o local_header_rewrite_clients=
  85.     -o smtpd_milters=
  86.     -o local_recipient_maps=
  87.     -o relay_recipient_maps=
  88.  
  89. ## AMAVIS END
  90.  
  91. maildrop  unix  -       n       n       -       -       pipe
  92.   flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
  93. #
  94. # The Cyrus deliver program has changed incompatibly, multiple times.
  95. #
  96. old-cyrus unix  -       n       n       -       -       pipe
  97.   flags=R user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -m ${extension} ${user}
  98. # Cyrus 2.1.5 (Amos Gouaux)
  99. # Also specify in main.cf: cyrus_destination_recipient_limit=1
  100. cyrus     unix  -       n       n       -       -       pipe
  101.   user=cyrus argv=/usr/lib/cyrus-imapd/deliver -e -r ${sender} -m ${extension} ${user}
  102. #
  103. # See the Postfix UUCP_README file for configuration details.
  104. #
  105. uucp      unix  -       n       n       -       -       pipe
  106.   flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  107. #
  108. # Other external delivery methods.
  109. #
  110. ifmail    unix  -       n       n       -       -       pipe
  111.   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  112. bsmtp     unix  -       n       n       -       -       pipe
  113.   flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
  114. dovecot   unix  -       n       n       -       -       pipe
  115.   flags=DRhu user=vmail argv=/usr/libexec/dovecot/deliver -f $(sender) -d $(recipient)
  116.  
  117. vacation  unix  -       n       n       -       -       pipe
  118.   flags=Rq user=vacation argv=/home/vacation/vacation.pl ${recipient}
  119.  
clone this paste RAW Paste Data