thufir

Untitled

Jan 1st, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. thufir@dur:~$
  2. thufir@dur:~$ postconf -n
  3. alias_database = hash:/etc/aliases
  4. alias_maps = hash:/etc/aliases
  5. append_dot_mydomain = no
  6. biff = no
  7. broken_sasl_auth_clients = yes
  8. config_directory = /etc/postfix
  9. default_transport = error
  10. home_mailbox = Maildir/
  11. inet_interfaces = loopback-only
  12. mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-mail-stack-delivery.conf -m "${EXTENSION}"
  13. mailbox_size_limit = 0
  14. mailman_destination_recipient_limit = 1
  15. mydestination = dur.bounceme.net, localhost.bounceme.net, localhost
  16. myhostname = dur.bounceme.net
  17. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  18. myorigin = /etc/mailname
  19. readme_directory = no
  20. recipient_delimiter = +
  21. relay_domains = lists.dur.bounceme.net
  22. relay_transport = error
  23. relayhost =
  24. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  25. smtp_use_tls = yes
  26. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  27. smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
  28. smtpd_sasl_auth_enable = yes
  29. smtpd_sasl_authenticated_header = yes
  30. smtpd_sasl_local_domain = $myhostname
  31. smtpd_sasl_path = private/dovecot-auth
  32. smtpd_sasl_security_options = noanonymous
  33. smtpd_sasl_type = dovecot
  34. smtpd_sender_restrictions = reject_unknown_sender_domain
  35. smtpd_tls_auth_only = yes
  36. smtpd_tls_cert_file = /etc/ssl/certs/ssl-mail.pem
  37. smtpd_tls_key_file = /etc/ssl/private/ssl-mail.key
  38. smtpd_tls_mandatory_ciphers = medium
  39. smtpd_tls_mandatory_protocols = SSLv3, TLSv1
  40. smtpd_tls_received_header = yes
  41. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  42. smtpd_use_tls = yes
  43. tls_random_source = dev:/dev/urandom
  44. transport_maps = hash:/etc/postfix/transport
  45. thufir@dur:~$
Advertisement
Add Comment
Please, Sign In to add comment