Want more features on Pastebin? Sign Up, it's FREE!
Guest

postconf -n

By: a guest on Oct 25th, 2011  |  syntax: None  |  size: 1.36 KB  |  views: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. sysadmin@servervm:~$ postconf -n
  2. alias_database = hash:/etc/aliases
  3. alias_maps = hash:/etc/aliases
  4. append_dot_mydomain = no
  5. biff = no
  6. broken_sasl_auth_clients = yes
  7. config_directory = /etc/postfix
  8. home_mailbox = Maildir/
  9. inet_interfaces = all
  10. inet_protocols = all
  11. mailbox_command =
  12. mailbox_size_limit = 0
  13. mydestination = linuxmailserver.no-ip.info, localhost.linuxmailserver.no-ip.info, localhost
  14. myhostname = linuxmailserver.no-ip.info
  15. mynetworks = 127.0.0.0/8
  16. myorigin = /etc/mailname
  17. readme_directory = no
  18. recipient_delimiter = +
  19. relayhost =
  20. smtp_tls_note_starttls_offer = yes
  21. smtp_tls_security_level = may
  22. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  23. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  24. smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
  25. smtpd_sasl_auth_enable = yes
  26. smtpd_sasl_local_domain =
  27. smtpd_sasl_security_options = noanonymous
  28. smtpd_tls_CAfile = /etc/ssl/certs/cacert.pem
  29. smtpd_tls_auth_only = no
  30. smtpd_tls_cert_file = /etc/ssl/certs/smtpd.crt
  31. smtpd_tls_key_file = /etc/ssl/private/smtpd.key
  32. smtpd_tls_loglevel = 1
  33. smtpd_tls_received_header = yes
  34. smtpd_tls_security_level = may
  35. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  36. smtpd_tls_session_cache_timeout = 3600s
  37. smtpd_use_tls = yes
  38. tls_random_source = dev:/dev/urandom
  39.  
  40.  
clone this paste RAW Paste Data