Advertisement
Guest User

Untitled

a guest
Mar 9th, 2011
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.85 KB | None | 0 0
  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. # ==========================================================================
  6. # service type private unpriv chroot wakeup maxproc command + args
  7. # (yes) (yes) (yes) (never) (100)
  8. # ==========================================================================
  9. smtp inet n - - - - smtpd
  10. # -o receive_override_options=no_address_mappings # Uncomment this line, when unsing AMaViS
  11. #submission inet 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 - - - - smtpd
  16. # -o smtpd_tls_wrappermode=yes
  17. # -o smtpd_sasl_auth_enable=yes
  18. # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  19. # For AOL-Accounts
  20. 587 inet n - - - - smtpd
  21. -o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination
  22. #628 inet n - - - - qmqpd
  23. pickup fifo n - - 60 1 pickup
  24. cleanup unix n - - - 0 cleanup
  25. qmgr fifo n - n 300 1 qmgr
  26. #qmgr fifo n - - 300 1 oqmgr
  27. tlsmgr unix - - - 1000? 1 tlsmgr
  28. rewrite unix - - - - - trivial-rewrite
  29. bounce unix - - - - 0 bounce
  30. defer unix - - - - 0 bounce
  31. trace unix - - - - 0 bounce
  32. verify unix - - - - 1 verify
  33. flush unix n - - 1000? 0 flush
  34. proxymap unix - - n - - proxymap
  35. smtp unix - - - - - smtp
  36. # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
  37. relay unix - - - - - smtp
  38. -o fallback_relay=
  39. # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  40. showq unix n - - - - showq
  41. error unix - - - - - error
  42. discard unix - - - - - discard
  43. local unix - n n - - local
  44. virtual unix - n n - - virtual
  45. lmtp unix - - - - - lmtp
  46. anvil unix - - - - 1 anvil
  47. scache unix - - - - 1 scache
  48. # ====================================================================
  49. # ispCP ω (OMEGA) a Virtual Hosting Control System
  50. #
  51. # @copyright 2001-2006 by moleSoftware GmbH
  52. #
  53. # @copyright 2001-2006 by moleSoftware GmbH
  54. # @copyright 2006-2010 by ispCP | http://isp-control.net
  55. # @version SVN: $Id: master.cf 2505 2010-01-06 20:30:53Z nuxwin $
  56. # @link http://isp-control.net
  57. # @author ispCP Team
  58. # ====================================================================
  59. # for AMaViS and spam filter support
  60. amavis unix - - n - 2 smtp
  61. -o smtp_data_done_timeout=1200
  62. -o smtp_send_xforward_command=yes
  63. -o disable_dns_lookups=yes
  64.  
  65. localhost:10025 inet n - n - - smtpd
  66. -o content_filter=
  67. -o local_recipient_maps=
  68. -o relay_recipient_maps=
  69. -o smtpd_restriction_classes=
  70. -o smtpd_client_restrictions=
  71. -o smtpd_helo_restrictions=
  72. -o smtpd_sender_restrictions=
  73. -o smtpd_recipient_restrictions=permit_mynetworks,reject
  74. -o smtpd_override_options=no_address_mappings
  75. -o mynetworks=127.0.0.0/8
  76. -o strict_rfc821_envelopes=yes
  77.  
  78. # ispCP autoresponder
  79. ispcp-arpl unix - n n - - pipe
  80. flags=O user=vmail argv=/var/www/ispcp/engine/messenger/ispcp-arpl-msgr
  81.  
  82. # TLS - Activate, if TLS is avaiable/used
  83. smtps inet n - - - - smtpd
  84. -o smtpd_tls_wrappermode=yes
  85. -o smtpd_sasl_auth_enable=yes
  86. # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  87. #
  88. # ====================================================================
  89. # Interfaces to non-Postfix software. Be sure to examine the manual
  90. # pages of the non-Postfix software to find out what options it wants.
  91. #
  92. # Many of the following services use the Postfix pipe(8) delivery
  93. # agent. See the pipe(8) man page for information about ${recipient}
  94. # and other message envelope options.
  95. # ====================================================================
  96. #
  97. # maildrop. See the Postfix MAILDROP_README file for details.
  98. # Also specify in main.cf: maildrop_destination_recipient_limit=1
  99. #
  100. maildrop unix - n n - - pipe
  101. flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  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=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  114. scalemail-backend unix - n n - 2 pipe
  115. flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  116. mailman unix - n n - - pipe
  117. flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  118. ${nexthop} ${user}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement