Guest User

Untitled

a guest
Jan 4th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. postconf -n
  2. alias_database = hash:/etc/aliases
  3. alias_maps = hash:/etc/aliases
  4. append_dot_mydomain = no
  5. biff = no
  6. config_directory = /etc/postfix
  7. inet_interfaces = all
  8. inet_protocols = ipv4
  9. mailbox_size_limit = 0
  10. mydestination = localdomain, localhost, localhost.localdomain, localhost
  11. myhostname = reddwarf
  12. mynetworks = 127.0.0.0/8
  13. myorigin = $mydomain
  14. readme_directory = no
  15. recipient_delimiter = +
  16. relayhost = [smtp.gmail.com]:587
  17. smtp_sasl_auth_enable = yes
  18. smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
  19. smtp_sasl_security_options = noanonymous
  20. smtp_sasl_tls_security_options = noanonymous
  21. smtp_sasl_type = cyrus
  22. smtp_tls_CAfile = /usr/share/ncat/ca-bundle.crt
  23. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  24. smtp_use_tls = yes
  25. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  26. smtpd_sasl_path = smtpd
  27. smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
  28. smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
  29. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  30. smtpd_use_tls = yes
  31. soft_bounce = yes
Add Comment
Please, Sign In to add comment