view thesis/attic/postfix-certificate-options.txt @ 396:8ef85e22ff7d

again lots of fixes and removed fixmes
author meillo@marmaro.de
date Sat, 07 Feb 2009 19:00:25 +0100
parents 8fa374b3f415
children
line wrap: on
line source

postfix
=======
encryption options in main.cf
-----------------------------

smtpd_use_tls = yes
smtpd_tls_received_header = no (does not log in received headers)

smtpd_tls_key_file = /etc/postfix/key.pem
smtpd_tls_cert_file = /etc/postfix/cert.pem
smtpd_tls_CA_file = /etc/postfix/CAcert.pem

smtp_use_tls = yes  (use TLS for sending)
smtp_tls_key_file = /etc/postfix/key.pem
smtp_tls_cert_file = /etc/postfix/cert.pem
smtp_tls_CA_file = /etc/postfix/CAcert.pem