Advertisement
Guest User

master.cf_03032014

a guest
Mar 3rd, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. cat /etc/postfix/master.cf | grep -v \#
  2. smtp inet n - - - - smtpd -v
  3. submission inet n - - - - smtpd
  4. pickup unix n - - 60 1 pickup
  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.  
  42. 127.0.0.1:22525 inet n - - - - smtpd -o smtp_fallback_relay= -o smtpd_client_restrictions= -o smtpd_helo_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o smtpd_data_restrictions= -o receive_override_options=no_unknown_recipient_checks -o smtpd_sender_restrictions=${webclient_restrictions}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement