docs/diploma

changeset 336:8fa374b3f415

postfix enc options
author meillo@marmaro.de
date Sat, 24 Jan 2009 17:04:09 +0100
parents 100efdd32ea5
children 3f5088841807
files thesis/attic/postfix-certificate-options.txt
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thesis/attic/postfix-certificate-options.txt	Sat Jan 24 17:04:09 2009 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +postfix
     1.5 +=======
     1.6 +encryption options in main.cf
     1.7 +-----------------------------
     1.8 +
     1.9 +smtpd_use_tls = yes
    1.10 +smtpd_tls_received_header = no (does not log in received headers)
    1.11 +
    1.12 +smtpd_tls_key_file = /etc/postfix/key.pem
    1.13 +smtpd_tls_cert_file = /etc/postfix/cert.pem
    1.14 +smtpd_tls_CA_file = /etc/postfix/CAcert.pem
    1.15 +
    1.16 +smtp_use_tls = yes  (use TLS for sending)
    1.17 +smtp_tls_key_file = /etc/postfix/key.pem
    1.18 +smtp_tls_cert_file = /etc/postfix/cert.pem
    1.19 +smtp_tls_CA_file = /etc/postfix/CAcert.pem