SHARE
TWEET

Untitled

a guest Feb 23rd, 2016 9 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@ovh:/etc/postfix# postconf -Mf
  2. smtp       inet  n       -       -       -       -       smtpd
  3.     -o content_filter=spamassassin
  4. submission inet  n       -       -       -       -       smtpd
  5.     -o content_filter=spamassassin
  6. smtps      inet  n       -       -       -       -       smtpd
  7. pickup     unix  n       -       -       60      1       pickup
  8. cleanup    unix  n       -       -       -       0       cleanup
  9. qmgr       unix  n       -       n       300     1       qmgr
  10. tlsmgr     unix  -       -       -       1000?   1       tlsmgr
  11. rewrite    unix  -       -       -       -       -       trivial-rewrite
  12. bounce     unix  -       -       -       -       0       bounce
  13. defer      unix  -       -       -       -       0       bounce
  14. trace      unix  -       -       -       -       0       bounce
  15. verify     unix  -       -       -       -       1       verify
  16. flush      unix  n       -       -       1000?   0       flush
  17. proxymap   unix  -       -       n       -       -       proxymap
  18. proxywrite unix  -       -       n       -       1       proxymap
  19. smtp       unix  -       -       -       -       -       smtp
  20. relay      unix  -       -       -       -       -       smtp
  21. showq      unix  n       -       -       -       -       showq
  22. error      unix  -       -       -       -       -       error
  23. retry      unix  -       -       -       -       -       error
  24. discard    unix  -       -       -       -       -       discard
  25. local      unix  -       n       n       -       -       local
  26. virtual    unix  -       n       n       -       -       virtual
  27. lmtp       unix  -       -       -       -       -       lmtp
  28. anvil      unix  -       -       -       -       1       anvil
  29. scache     unix  -       -       -       -       1       scache
  30. maildrop   unix  -       n       n       -       -       pipe flags=DRhu
  31.     user=vmail argv=/usr/bin/maildrop -d ${recipient}
  32. uucp       unix  -       n       n       -       -       pipe flags=Fqhu
  33.     user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  34. ifmail     unix  -       n       n       -       -       pipe flags=F user=ftn
  35.     argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  36. bsmtp      unix  -       n       n       -       -       pipe flags=Fq.
  37.     user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  38. scalemail-backend unix - n       n       -       2       pipe flags=R
  39.     user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}
  40.     ${user} ${extension}
  41. mailman    unix  -       n       n       -       -       pipe flags=FR
  42.     user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop}
  43.     ${user}
  44. spamassassin unix -      n       n       -       -       pipe user=debian-spamd
  45.     argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f ${sender} ${recipient}
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top