]> git.pld-linux.org Git - packages/dovecot.git/blame - dovecot-config.patch
- release 3 (by relup.sh)
[packages/dovecot.git] / dovecot-config.patch
CommitLineData
454ce56b
AM
1diff -urN dovecot-2.0.3.org/doc/example-config/conf.d/10-ssl.conf dovecot-2.0.3/doc/example-config/conf.d/10-ssl.conf
2--- dovecot-2.0.3.org/doc/example-config/conf.d/10-ssl.conf 2010-05-24 16:35:40.000000000 +0200
3+++ dovecot-2.0.3/doc/example-config/conf.d/10-ssl.conf 2010-09-18 22:05:37.079775811 +0200
4@@ -3,14 +3,14 @@
5 ##
6
7 # SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>
8-#ssl = yes
9+ssl = no
10
11 # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
3eaa3100
TO
12 # dropping root privileges, so keep the key file unreadable by anyone but
13 # root. Included doc/mkcert.sh can be used to easily generate self-signed
14 # certificate, just make sure to update the domains in dovecot-openssl.cnf
301d0b92
AM
15-ssl_cert = </etc/ssl/certs/dovecot.pem
16-ssl_key = </etc/ssl/private/dovecot.pem
454ce56b
AM
17+#ssl_cert = </var/lib/openssl/certs/imap.pem
18+#ssl_key = </var/lib/openssl/private/imap.pem
3eaa3100 19
cd30e346 20 # If key file is password protected, give the password here. Alternatively
301d0b92 21 # give it when starting dovecot with -p parameter. Since this file is often
This page took 0.038224 seconds and 4 git commands to generate.