scislaghi

main.cf

Feb 19th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. alias_database = hash:/etc/aliases
  2. alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
  3. append_dot_mydomain = no
  4. biff = no
  5. broken_sasl_auth_clients = yes
  6. config_directory = /etc/postfix
  7. home_mailbox = Maildir/
  8. inet_interfaces = all
  9. inet_protocols = ipv4
  10. mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/dovecot.conf -m "${EXTENSION}"
  11. mailbox_size_limit = 0
  12. mailman_destination_recipient_limit = 1
  13. mydestination = localhost, localhost.localdomain
  14. mydomain = mydomain.io
  15. myhostname = myhost
  16. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  17. myorigin = /etc/mailname
  18. readme_directory = no
  19. recipient_delimiter = +
  20. relayhost =
  21. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  22. smtp_use_tls = yes
  23. smtpd_banner = myhost.mydomain.io ESMTP $mail_name
  24. smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
  25. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
  26. smtpd_sasl_auth_enable = yes
  27. smtpd_sasl_authenticated_header = yes
  28. smtpd_sasl_local_domain = $myhostname
  29. smtpd_sasl_path = private/dovecot-auth
  30. smtpd_sasl_security_options = noanonymous
  31. smtpd_sasl_type = dovecot
  32. smtpd_sender_restrictions = reject_unknown_sender_domain
  33. smtpd_tls_auth_only = yes
  34. smtpd_tls_cert_file = /etc/dovecot/dovecot.pem
  35. smtpd_tls_key_file = /etc/dovecot/private/dovecot.pem
  36. smtpd_tls_mandatory_ciphers = medium
  37. smtpd_tls_mandatory_protocols = SSLv3, TLSv1
  38. smtpd_tls_received_header = yes
  39. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  40. smtpd_use_tls = yes
  41. tls_random_source = dev:/dev/urandom
  42. transport_maps = hash:/etc/postfix/transport
  43. virtual_alias_domains = anotherdom.net, lists.anotherdom.net
  44. virtual_alias_maps = hash:/etc/postfix/virtual, hash:/var/lib/mailman/data/virtual-mailman
Advertisement
Add Comment
Please, Sign In to add comment