Guest User

Untitled

a guest
Apr 4th, 2016
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1.  
  2. #
  3. # Postfix master process configuration file. For details on the format
  4. # of the file, see the Postfix master(5) manual page.
  5. #
  6. # ***** Unused items removed *****
  7. # ==========================================================================
  8. # service type private unpriv chroot wakeup maxproc command + args
  9. # (yes) (yes) (yes) (never) (100)
  10. # ==========================================================================
  11. smtp inet n - n - - smtpd
  12. # -o content_filter=smtp-amavis:127.0.0.1:10024
  13. # -o receive_override_options=no_address_mappings
  14. pickup fifo n - n 60 1 pickup
  15. -o content_filter=
  16. -o receive_override_options=no_header_body_checks
  17. cleanup unix n - n - 0 cleanup
  18. qmgr fifo n - n 300 1 qmgr
  19. #qmgr fifo n - n 300 1 oqmgr
  20. tlsmgr unix - - n 1000? 1 tlsmgr
  21. rewrite unix - - n - - trivial-rewrite
  22. bounce unix - - n - 0 bounce
  23. defer unix - - n - 0 bounce
  24. trace unix - - n - 0 bounce
  25. verify unix - - n - 1 verify
  26. flush unix n - n 1000? 0 flush
  27. proxymap unix - - n - - proxymap
  28. smtp unix - - n - - smtp
  29. # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
  30. relay unix - - n - - smtp
  31. -o fallback_relay=
  32. # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
  33. showq unix n - n - - showq
  34. error unix - - n - - error
  35. discard unix - - n - - discard
  36. local unix - n n - - local
  37. virtual unix - n n - - virtual
  38. lmtp unix - - n - - lmtp
  39. anvil unix - - n - 1 anvil
  40. scache unix - - n - 1 scache
  41. #
  42. # ====================================================================
  43. # Interfaces to non-Postfix software. Be sure to examine the manual
  44. # pages of the non-Postfix software to find out what options it wants.
  45. # ====================================================================
  46. maildrop unix - n n - - pipe
  47. flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${user}@${nexthop} ${extension} ${recipient} ${user} ${nexthop}
  48. uucp unix - n n - - pipe
  49. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  50. ifmail unix - n n - - pipe
  51. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  52. bsmtp unix - n n - - pipe
  53. flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
  54. #
  55. # spam/virus section
  56. #
  57. smtp-amavis unix - - y - 2 smtp
  58. -o smtp_data_done_timeout=1200
  59. -o disable_dns_lookups=yes
  60. -o smtp_send_xforward_command=yes
  61. 127.0.0.1:10025 inet n - y - - smtpd
  62. -o content_filter=
  63. -o smtpd_helo_restrictions=
  64. -o smtpd_sender_restrictions=
  65. -o smtpd_recipient_restrictions=permit_mynetworks,reject
  66. -o mynetworks=127.0.0.0/8
  67. -o smtpd_error_sleep_time=0
  68. -o smtpd_soft_error_limit=1001
  69. -o smtpd_hard_error_limit=1000
  70. -o receive_override_options=no_header_body_checks
  71. -o smtpd_helo_required=no
  72. -o smtpd_client_restrictions=
  73. -o smtpd_restriction_classes=
  74. -o disable_vrfy_command=no
  75. -o strict_rfc821_envelopes=yes
  76. #
  77. # Dovecot LDA
  78. dovecot unix - n n - - pipe
  79. flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -d ${recipient}
  80. #
  81. # Vacation mail
  82. vacation unix - n n - - pipe
  83. flags=Rq user=vacation argv=/var/spool/vacation/vacation.pl -f ${sender} -- ${recipient}
Add Comment
Please, Sign In to add comment