Advertisement
Guest User

Untitled

a guest
May 31st, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. root@vs251077:~# postconf -n
  2. append_dot_mydomain = no
  3. biff = no
  4. broken_sasl_auth_clients = yes
  5. config_directory = /etc/postfix
  6. home_mailbox = mails/
  7. inet_interfaces = all
  8. inet_protocols = ipv4
  9. mailbox_size_limit = 1073741824
  10. message_size_limit = 209715200
  11. mydomain = domain1.de
  12. myhostname = mail.domain1.de
  13. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  14. readme_directory = no
  15. recipient_delimiter = +
  16. relayhost =
  17. smtp_sasl_auth_enable = no
  18. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  19. smtpd_banner = keep out
  20. smtpd_client_restrictions = reject_invalid_hostname
  21. smtpd_enforce_tls = no
  22. smtpd_helo_required = yes
  23. smtpd_helo_restrictions = reject_invalid_hostname
  24. smtpd_recipient_restrictions = permit_mynetworks, reject_unknown_recipient_domain, permit_sasl_authenticated, reject_unauth_destination
  25. smtpd_sasl_auth_enable = yes
  26. smtpd_sasl_local_domain =
  27. smtpd_sasl_path = private/auth
  28. smtpd_sasl_security_options = noanonymous
  29. smtpd_sasl_type = dovecot
  30. smtpd_tls_auth_only = yes
  31. smtpd_tls_cert_file = /etc/ssl/certs/postfix.cert
  32. smtpd_tls_key_file = /etc/ssl/private/postfix.key
  33. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  34. smtpd_use_tls = yes
  35. strict_rfc821_envelopes = yes
  36. virtual_alias_domains = domain1.de domain2.de
  37. virtual_alias_maps = hash:/etc/postfix/virtual
  38. virtual_mailbox_limit = 1073741824
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement