]> TLD Linux GIT Repositories - packages/dovecot.git/blob - dovecot-config.patch
- updated to 2.3.11.3
[packages/dovecot.git] / dovecot-config.patch
1 diff -urNpa dovecot-ce-2.3.0.orig/doc/example-config/conf.d/10-ssl.conf dovecot-ce-2.3.0/doc/example-config/conf.d/10-ssl.conf
2 --- dovecot-ce-2.3.0.orig/doc/example-config/conf.d/10-ssl.conf 2017-12-22 13:53:36.000000000 +0000
3 +++ dovecot-ce-2.3.0/doc/example-config/conf.d/10-ssl.conf      2018-01-19 10:16:36.961648643 +0000
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
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
15 -ssl_cert = </etc/ssl/certs/dovecot.pem
16 -ssl_key = </etc/ssl/private/dovecot.pem
17 +#ssl_cert = </var/lib/openssl/certs/imap.pem
18 +#ssl_key = </var/lib/openssl/private/imap.pem
19  
20  # If key file is password protected, give the password here. Alternatively
21  # give it when starting dovecot with -p parameter. Since this file is often