SHARE
TWEET

Untitled

a guest Feb 11th, 2016 59 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ubuntu@ip***:~$ postconf -nf
  2. alias_database = hash:/etc/aliases
  3. alias_maps = hash:/etc/aliases
  4. append_dot_mydomain = no
  5. biff = no
  6. config_directory = /etc/postfix
  7. inet_interfaces = loopback-only
  8. inet_protocols = all
  9. mailbox_size_limit = 0
  10. mydestination = ***IP.server-internal-hostname***,
  11.     ***localhost.server-internal-hostname***, localhost
  12. myhostname = ***IP.server-internal-hostname***
  13. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  14. myorigin = /etc/mailname
  15. readme_directory = no
  16. recipient_delimiter = +
  17. relayhost = mail.privateemail.com:25
  18. smtp_sasl_auth_enable = yes
  19. smtp_sasl_password_maps = hash:/etc/postfix/relay_passwd
  20. smtp_sasl_security_options = noanonymous
  21. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  22. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  23. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
  24.     defer_unauth_destination
  25. smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
  26. smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
  27. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  28. smtpd_use_tls = yes
  29. ubuntu@ip***:~$
  30.  
  31.  
  32.  
  33.  postconf -Mf
  34. smtp       inet  n       -       -       -       -       smtpd
  35. pickup     unix  n       -       -       60      1       pickup
  36. cleanup    unix  n       -       -       -       0       cleanup
  37. qmgr       unix  n       -       n       300     1       qmgr
  38. tlsmgr     unix  -       -       -       1000?   1       tlsmgr
  39. rewrite    unix  -       -       -       -       -       trivial-rewrite
  40. bounce     unix  -       -       -       -       0       bounce
  41. defer      unix  -       -       -       -       0       bounce
  42. trace      unix  -       -       -       -       0       bounce
  43. verify     unix  -       -       -       -       1       verify
  44. flush      unix  n       -       -       1000?   0       flush
  45. proxymap   unix  -       -       n       -       -       proxymap
  46. proxywrite unix  -       -       n       -       1       proxymap
  47. smtp       unix  -       -       -       -       -       smtp
  48. relay      unix  -       -       -       -       -       smtp
  49. showq      unix  n       -       -       -       -       showq
  50. error      unix  -       -       -       -       -       error
  51. retry      unix  -       -       -       -       -       error
  52. discard    unix  -       -       -       -       -       discard
  53. local      unix  -       n       n       -       -       local
  54. virtual    unix  -       n       n       -       -       virtual
  55. lmtp       unix  -       -       -       -       -       lmtp
  56. anvil      unix  -       -       -       -       1       anvil
  57. scache     unix  -       -       -       -       1       scache
  58. maildrop   unix  -       n       n       -       -       pipe flags=DRhu
  59.     user=vmail argv=/usr/bin/maildrop -d ${recipient}
  60. uucp       unix  -       n       n       -       -       pipe flags=Fqhu
  61.     user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
  62. ifmail     unix  -       n       n       -       -       pipe flags=F user=ftn
  63.     argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  64. bsmtp      unix  -       n       n       -       -       pipe flags=Fq.
  65.     user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
  66. scalemail-backend unix - n       n       -       2       pipe flags=R
  67.     user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop}
  68.     ${user} ${extension}
  69. mailman    unix  -       n       n       -       -       pipe flags=FR
  70.     user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py ${nexthop}
  71.     ${user}
  72. ubuntu@ip-172-31-8-168:~$
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