daily pastebin goal
59%
SHARE
TWEET

Untitled

a guest Dec 20th, 2015 45 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. alias_database = hash:/etc/aliases
  2. alias_maps = hash:/etc/aliases
  3. append_dot_mydomain = no
  4. biff = no
  5. config_directory = /etc/postfix
  6. inet_interfaces = all
  7. inet_protocols = all
  8. mailbox_size_limit = 0
  9. mydestination = mail3.easyhosting.lv, 1c574eef5ef1, localhost.localdomain, localhost
  10. mydomain = easyhosting.lv
  11. myhostname = mail3.easyhosting.lv
  12. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  13. myorigin = /etc/mailname
  14. readme_directory = no
  15. recipient_delimiter = +
  16. relayhost =
  17. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  18. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  19. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
  20. smtpd_sasl_path = private/auth
  21. smtpd_sasl_type = dovecot
  22. smtpd_tls_cert_file = /etc/ssl/certs/server.crt
  23. smtpd_tls_key_file = /etc/ssl/private/server.key
  24. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  25. smtpd_use_tls = yes
RAW Paste Data
Top