SHARE
TWEET

pp

a guest Mar 17th, 2017 63 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. alias_database = hash:/etc/aliases
  2. alias_maps = hash:/etc/aliases
  3. append_dot_mydomain = no
  4. biff = no
  5. config_directory = /etc/postfix
  6. home_mailbox = Maildir/
  7. inet_interfaces = all
  8. inet_protocols = ipv4
  9. mailbox_command =
  10. mailbox_size_limit = 0
  11. mydestination = coqui.mooo.com, coqui, localhost.localdomain, localhost
  12. myhostname = coqui
  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.optonline.net
  18. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  19. http://pastebin.com/SfLZS7kasmtpd_banner = $myhostname ESMTP $mail_name (Raspbian)
  20. smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks,
  21.     reject_unauth_destination
  22. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated
  23.     defer_unauth_destination
  24. smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
  25. smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
  26. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  27. smtpd_use_tls = yes
  28. smtp       inet  n       -       -       -       -       smtpd
  29. pickup     unix  n       -       -       60      1       pickup
  30. cleanup    unix  n       -       -       -       0       cleanup
  31. qmgr       unix  n       -       n       300     1       qmgr
  32. tlsmgr     unix  -       -       -       1000?   1       tlsmgr
  33. rewrite    unix  -       -       -       -       -       trivial-rewrite
  34. bounce     unix  -       -       -       -       0       bounce
  35. defer      unix  -       -       -       -       0       bounce
  36. trace      unix  -       -       -       -       0       bounce
  37. verify     unix  -       -       -       -       1       verify
  38. flush      unix  n       -       -       1000?   0       flush
  39. proxymap   unix  -       -       n       -       -       proxymap
  40. proxywrite unix  -       -       n       -       1       proxymap
  41. smtp       unix  -       -       -       -       -       smtp
  42. relay      unix  -       -       -       -       -       smtp
  43. showq      unix  n       -       -       -       -       showq
  44. error      unix  -       -       -       -       -       error
  45. retry      unix  -       -       -       -       -       error
  46. discard    unix  -       -       -       -       -       discard
  47. local      unix  -       n       n       -       -       local
  48. virtual    unix  -       n       n       -       -       virtual
  49. lmtp       unix  -       -       -       -       -       lmtp
  50. anvil      unix  -       -       -       -       1       anvil
  51. scache     unix  -       -       -       -       1       scache
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