Guest User

SMTP client segfault postconf

a guest
May 14th, 2012
152
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 = loopback-only
  8. mailbox_size_limit = 0
  9. mydestination = server01.localdomain, server01, localhost.localdomain, localhost
  10. mynetworks = 127.0.0.0/8
  11. myorigin = $myhostname
  12. recipient_delimiter = +
  13. relayhost = [smtp.sendgrid.net]:587
  14. smtp_sasl_auth_enable = yes
  15. smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
  16. smtp_sasl_security_options = noanonymous
  17. smtp_tls_CAfile = /etc/postfix/ssl/gd_bundle.crt
  18. smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
  19. smtp_use_tls = yes
  20. smtpd_banner = $myhostname ESMTP $mail_name
  21. smtpd_tls_cert_file = /etc/pki/tls/certs/localhost.crt
  22. smtpd_tls_key_file = /etc/pki/tls/private/localhost.key
  23. smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
  24. smtpd_use_tls = yes
Advertisement
Add Comment
Please, Sign In to add comment