docs/diploma

view thesis/attic/postfix-certificate-options.txt @ 360:056a353b9116

a lot of rework (queue-in daemon/no daemon); and much more rework
author meillo@marmaro.de
date Wed, 28 Jan 2009 15:01:35 +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