]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- no ssl by default (since no cert available)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 18 Sep 2010 20:05:58 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dovecot-config.patch -> 1.11

dovecot-config.patch

index a778671674bf949a624bcf5725e64b5f62737fbb..c5c40a3509a0b0eaf3945ec9ad525432c60036e9 100644 (file)
@@ -1,14 +1,21 @@
-diff -urN dovecot-2.0.0.org/doc/example-config/conf.d/10-ssl.conf dovecot-2.0.0/doc/example-config/conf.d/10-ssl.conf
---- dovecot-2.0.0.org/doc/example-config/conf.d/10-ssl.conf    2010-05-24 16:35:40.000000000 +0200
-+++ dovecot-2.0.0/doc/example-config/conf.d/10-ssl.conf        2010-08-21 09:36:31.513101379 +0200
-@@ -9,8 +9,8 @@
+diff -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
+--- dovecot-2.0.3.org/doc/example-config/conf.d/10-ssl.conf    2010-05-24 16:35:40.000000000 +0200
++++ dovecot-2.0.3/doc/example-config/conf.d/10-ssl.conf        2010-09-18 22:05:37.079775811 +0200
+@@ -3,14 +3,14 @@
+ ##
+ # SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>
+-#ssl = yes
++ssl = no
+ # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
  # dropping root privileges, so keep the key file unreadable by anyone but
  # root. Included doc/mkcert.sh can be used to easily generate self-signed
  # certificate, just make sure to update the domains in dovecot-openssl.cnf
 -ssl_cert = </etc/ssl/certs/dovecot.pem
 -ssl_key = </etc/ssl/private/dovecot.pem
-+ssl_cert = </var/lib/openssl/certs/imap.pem
-+ssl_key = </var/lib/openssl/private/imap.pem
++#ssl_cert = </var/lib/openssl/certs/imap.pem
++#ssl_key = </var/lib/openssl/private/imap.pem
  
  # If key file is password protected, give the password here. Alternatively
  # give it when starting dovecot with -p parameter. Since this file is often
This page took 0.15085 seconds and 4 git commands to generate.