SHARE
TWEET

Untitled

a guest May 23rd, 2013 26 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@ns2:~# postconf -Mf
  2. smtp       inet  n       -       -       -       -       smtpd -v
  3. submission inet  n       -       -       -       -       smtpd
  4.     -o syslog_name=postfix/submission
  5.     -o smtpd_tls_security_level=encrypt
  6.     -o smtpd_sasl_auth_enable=yes
  7.     -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  8. smtps      inet  n       -       -       -       -       smtpd -v
  9.     -o syslog_name=postfix/smtps
  10.     -o smtpd_tls_wrappermode=yes
  11.     -o smtpd_sasl_auth_enable=yes
  12.     -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  13. pickup     fifo  n       -       -       60      1       pickup
  14. cleanup    unix  n       -       -       -       0       cleanup
  15. qmgr       fifo  n       -       n       300     1       qmgr -v
  16. tlsmgr     unix  -       -       -       1000?   1       tlsmgr
  17. rewrite    unix  -       -       -       -       -       trivial-rewrite
  18. bounce     unix  -       -       -       -       0       bounce
  19. defer      unix  -       -       -       -       0       bounce
  20. trace      unix  -       -       -       -       0       bounce
  21. verify     unix  -       -       -       -       1       verify
  22. flush      unix  n       -       -       1000?   0       flush
  23. proxymap   unix  -       -       n       -       -       proxymap -v
  24. proxywrite unix  -       -       n       -       1       proxymap -v
  25. smtp       unix  -       -       -       -       -       smtp
  26. relay      unix  -       -       -       -       -       smtp
  27. showq      unix  n       -       -       -       -       showq
  28. error      unix  -       -       -       -       -       error
  29. retry      unix  -       -       -       -       -       error
  30. discard    unix  -       -       -       -       -       discard
  31. local      unix  -       n       n       -       -       local -v
  32. virtual    unix  -       n       n       -       -       virtual -v
  33. lmtp       unix  -       -       -       -       -       lmtp
  34. anvil      unix  -       -       -       -       1       anvil
  35. scache     unix  -       -       -       -       1       scache
  36. maildrop   unix  -       n       n       -       -       pipe
  37.     flags=DRhu user=vmail argv=/usr/bin/maildrop -d vmail ${extension}
  38.     ${recipient} ${user} ${nexthop} ${sender}
  39. uucp       unix  -       n       n       -       -       pipe
  40.     flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail
  41.     ($recipient)
  42. ifmail     unix  -       n       n       -       -       pipe
  43.     flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  44. bsmtp      unix  -       n       n       -       -       pipe
  45.     flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender
  46.     $recipient
  47. scalemail-backend unix - n       n       -       2       pipe
  48.     flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store
  49.     ${nexthop} ${user} ${extension}
  50. mailman    unix  -       n       n       -       -       pipe
  51.     flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  52.     ${nexthop} ${user}
  53. dovecot    unix  -       n       n       -       -       pipe
  54.     flags=DROhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d
  55.     ${user}@${nexthop}
  56. amavis     unix  -       -       -       -       2       smtp
  57.     -o smtp_data_done_timeout=1200
  58.     -o smtp_send_xforward_command=yes
  59. 127.0.0.1:10025 inet n   -       -       -       -       smtpd
  60.     -o content_filter=
  61.     -o local_recipient_maps=
  62.     -o relay_recipient_maps=
  63.     -o smtpd_restriction_classes=
  64.     -o smtpd_client_restrictions=
  65.     -o smtpd_helo_restrictions=
  66.     -o smtpd_sender_restrictions=
  67.     -o smtpd_recipient_restrictions=permit_mynetworks,reject
  68.     -o mynetworks=127.0.0.0/8
  69.     -o strict_rfc821_envelopes=yes -o
  70.     receive_override_options=no_unknown_recipient_checks,no_header_body_checks
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