Mercurial > docs > diploma
diff thesis/attic/postfix-certificate-options.txt @ 336:8fa374b3f415
postfix enc options
author | meillo@marmaro.de |
---|---|
date | Sat, 24 Jan 2009 17:04:09 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/attic/postfix-certificate-options.txt Sat Jan 24 17:04:09 2009 +0100 @@ -0,0 +1,16 @@ +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