Advertisement
Guest User

Untitled

a guest
May 28th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. # Postfix master process configuration file.
  2. # service type private unpriv chroot wakeup maxproc command + args
  3. # (yes) (yes) (yes) (never) (100)
  4. # ==========================================================
  5. smtp inet n - n - - smtpd
  6. -o content_filter=spamfilter:dummy
  7.  
  8. pickup fifo n - n 60 1 pickup
  9. cleanup unix n - n - 0 cleanup
  10. qmgr fifo n - n 300 1 qmgr
  11. tlsmgr unix - - n 1000? 1 tlsmgr
  12. rewrite unix - - n - - trivial-rewrite
  13. bounce unix - - n - 0 bounce
  14. defer unix - - n - 0 bounce
  15. trace unix - - n - 0 bounce
  16. verify unix - - n - 1 verify
  17. flush unix n - n 1000? 0 flush
  18. proxymap unix - - n - - proxymap
  19. smtp unix - - n - - smtp
  20. relay unix - - n - - smtp
  21. -o fallback_relay=
  22. showq unix n - n - - showq
  23. error unix - - n - - error
  24. discard unix - - n - - discard
  25. local unix - n n - - local
  26. virtual unix - n n - - virtual
  27. lmtp unix - - n - - lmtp
  28. anvil unix - - n - 1 anvil
  29. scache unix - - n - 1 scache
  30.  
  31. maildrop unix - n n - - pipe
  32. flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
  33.  
  34. old-cyrus unix - n n - - pipe
  35. flags=R user=cyrus argv=/usr/lib/cyrus/bin/imapd -e -m ${extension} ${user}
  36.  
  37. cyrus unix - n n - - pipe
  38. user=cyrus argv=/usr/lib/cyrus/bin/imapd -e -r ${sender} -m ${extension} ${user}
  39.  
  40. uucp unix - n n - - pipe
  41. flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  42.  
  43. ifmail unix - n n - - pipe
  44. flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  45.  
  46. bsmtp unix - n n - - pipe
  47. flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
  48.  
  49. dovecot unix - n n - - pipe
  50. flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -d $(recipient)
  51.  
  52. scan unix - - n - 16 smtp -o smtp_send_xforward_command=yes
  53.  
  54. 127.0.0.1:10026 inet n - n - 16 smtpd
  55. -o content_filter=
  56. -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
  57. -o smtpd_helo_restrictions=
  58. -o smtpd_client_restrictions=
  59. -o smtpd_sender_restrictions=
  60. -o smtpd_recipient_restrictions=permit_mynetworks,reject
  61. -o mynetworks_style=host
  62. -o smtpd_authorized_xforward_hosts=127.0.0.0/8
  63.  
  64. #spamfilter unix - n n - - pipe
  65. #flags=Rq user=spamfilter argv=/usr/local/bin/spamfilter -f ${sender} -- ${recipient}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement