docs/diploma
view thesis/attic/postfix-certificate-options.txt @ 377:90d5f98e3968
proof read ch03
author | meillo@marmaro.de |
---|---|
date | Tue, 03 Feb 2009 17:53:03 +0100 |
parents | |
children |
line source
1 postfix
2 =======
3 encryption options in main.cf
4 -----------------------------
6 smtpd_use_tls = yes
7 smtpd_tls_received_header = no (does not log in received headers)
9 smtpd_tls_key_file = /etc/postfix/key.pem
10 smtpd_tls_cert_file = /etc/postfix/cert.pem
11 smtpd_tls_CA_file = /etc/postfix/CAcert.pem
13 smtp_use_tls = yes (use TLS for sending)
14 smtp_tls_key_file = /etc/postfix/key.pem
15 smtp_tls_cert_file = /etc/postfix/cert.pem
16 smtp_tls_CA_file = /etc/postfix/CAcert.pem