Advertisement
Guest User

master.cf

a guest
Jan 24th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. smtp      inet  n       -       -       -       -       smtpd
  2. submission inet n       -       -       -       -       smtpd
  3.   -o syslog_name=postfix/submission
  4.   -o smtpd_tls_security_level=encrypt
  5.   -o smtpd_sasl_auth_enable=yes
  6.   -o smtpd_client_restrictions=$mua_client_restrictions
  7.   -o milter_macro_daemon_name=ORIGINATING
  8. pickup    unix  n       -       -       60      1       pickup
  9. cleanup   unix  n       -       -       -       0       cleanup
  10. qmgr      unix  n       -       n       300     1       qmgr
  11. #qmgr     unix  n       -       n       300     1       oqmgr
  12. tlsmgr    unix  -       -       -       1000?   1       tlsmgr
  13. rewrite   unix  -       -       -       -       -       trivial-rewrite
  14. bounce    unix  -       -       -       -       0       bounce
  15. defer     unix  -       -       -       -       0       bounce
  16. trace     unix  -       -       -       -       0       bounce
  17. verify    unix  -       -       -       -       1       verify
  18. flush     unix  n       -       -       1000?   0       flush
  19. proxymap  unix  -       -       n       -       -       proxymap
  20. proxywrite unix -       -       n       -       1       proxymap
  21. smtp      unix  -       -       n       -       -       smtp
  22. relay     unix  -       -       -       -       -       smtp
  23. showq     unix  n       -       -       -       -       showq
  24. error     unix  -       -       -       -       -       error
  25. retry     unix  -       -       -       -       -       error
  26. discard   unix  -       -       -       -       -       discard
  27. local     unix  -       n       n       -       -       local
  28. virtual   unix  -       n       n       -       -       virtual
  29. lmtp      unix  -       -       -       -       -       lmtp
  30. anvil     unix  -       -       -       -       1       anvil
  31. scache    unix  -       -       -       -       1       scache
  32. maildrop  unix  -       n       n       -       -       pipe
  33.   flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  34. uucp      unix  -       n       n       -       -       pipe
  35.   flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  36. ifmail    unix  -       n       n       -       -       pipe
  37.   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  38. bsmtp     unix  -       n       n       -       -       pipe
  39.   flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  40. scalemail-backend unix    -    n    n    -    2    pipe
  41.   flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
  42. mailman   unix  -       n       n       -       -       pipe
  43.   flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  44.   ${nexthop} ${user}
  45. dovecot      unix    -    n    n    -    -    pipe
  46.     flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement