Advertisement
Guest User

master.cf

a guest
Aug 18th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. smtp inet n - - - - smtpd
  2. pickup unix n - - 60 1 pickup
  3. -o content_filter=
  4. -o receive_override_options=no_header_body_checks
  5. cleanup unix n - - - 0 cleanup
  6. qmgr unix n - n 300 1 qmgr
  7. tlsmgr unix - - - 1000? 1 tlsmgr
  8. rewrite unix - - - - - trivial-rewrite
  9. bounce unix - - - - 0 bounce
  10. defer unix - - - - 0 bounce
  11. trace unix - - - - 0 bounce
  12. verify unix - - - - 1 verify
  13. flush unix n - - 1000? 0 flush
  14. proxymap unix - - n - - proxymap
  15. proxywrite unix - - n - 1 proxymap
  16. smtp unix - - - - - smtp
  17. relay unix - - - - - smtp
  18. showq unix n - - - - showq
  19. error unix - - - - - error
  20. retry unix - - - - - error
  21. discard unix - - - - - discard
  22. local unix - n n - - local
  23. virtual unix - n n - - virtual
  24. lmtp unix - - - - - lmtp
  25. anvil unix - - - - 1 anvil
  26. scache unix - - - - 1 scache
  27. maildrop unix - n n - - pipe
  28. flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  29. uucp unix - n n - - pipe
  30. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  31. ifmail unix - n n - - pipe
  32. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  33. bsmtp unix - n n - - pipe
  34. flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  35. scalemail-backend unix - n n - 2 pipe
  36. flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  37. mailman unix - n n - - pipe
  38. flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  39. ${nexthop} ${user}
  40.  
  41. scan unix - - n - 16 smtp
  42. -o smtp_send_xforward_command=yes
  43.  
  44. ## Return from clamsmtp (Viral Scan) - listening on port 10025
  45. 127.0.0.1:10026 inet n - - - - smtpd
  46. -o content_filter=spamassassin
  47. -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks
  48. -o smtpd_helo_restrictions=
  49. -o smtpd_client_restrictions=
  50. -o smtpd_sender_restrictions=
  51. -o smtpd_recipient_restrictions=permit_mynetworks,reject
  52. -o mynetworks_style=host
  53. -o default_transport=smtp:
  54. -o smtpd_authorized_xforward_hosts=127.0.0.0/8
  55.  
  56. policy-spf unix - n n - - spawn
  57. user=nobody argv=/usr/bin/policyd-spf
  58. spamassassin unix - n n - - pipe
  59. flags=DROXhu user=vmail:vmail argv=/usr/local/bin/xMTPDeliver ${sender} ${user} ${nexthop}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement