Mercurial > docs > diploma
comparison 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 |
comparison
equal
deleted
inserted
replaced
335:100efdd32ea5 | 336:8fa374b3f415 |
---|---|
1 postfix | |
2 ======= | |
3 encryption options in main.cf | |
4 ----------------------------- | |
5 | |
6 smtpd_use_tls = yes | |
7 smtpd_tls_received_header = no (does not log in received headers) | |
8 | |
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 | |
12 | |
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 |