Advertisement
Guest User

Untitled

a guest
Sep 14th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. alias_database = hash:/etc/aliases
  2. alias_maps = hash:/etc/aliases
  3. append_dot_mydomain = yes
  4. biff = no
  5. config_directory = /etc/postfix
  6. content_filter = smtp-amavis:[127.0.0.1]:10024
  7. dovecot_destination_recipient_limit = 1
  8. inet_interfaces = all
  9. mailbox_size_limit = 0
  10. mydestination = localhost.example.net, localhost
  11. myhostname = server1.example.net
  12. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  13. myorigin = /etc/mailname
  14. readme_directory = no
  15. receive_override_options = no_address_mappings
  16. recipient_delimiter = +
  17. relayhost =
  18. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  19. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  20. smtpd_tls_cert_file = /etc/ssl/certs/server.crt
  21. smtpd_tls_key_file = /etc/ssl/private/server.key
  22. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  23. smtpd_use_tls = yes
  24. virtual_alias_maps = ldap:/etc/postfix/ldap-virtual-aliases.cf
  25. virtual_gid_maps = static:5000
  26. virtual_mailbox_domains = ldap:/etc/postfix/ldap-virtual-domains.cf
  27. virtual_mailbox_maps = ldap:/etc/postfix/ldap-virtual-maps.cf
  28. virtual_minimum_uid = 1000
  29. virtual_transport = dovecot
  30. virtual_uid_maps = static:5000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement