packages: dovecot/dovecot-config.patch - no ssl by default (since no cert a...

arekm arekm at pld-linux.org
Sat Sep 18 22:06:03 CEST 2010


Author: arekm                        Date: Sat Sep 18 20:06:03 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- no ssl by default (since no cert available)

---- Files affected:
packages/dovecot:
   dovecot-config.patch (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/dovecot/dovecot-config.patch
diff -u packages/dovecot/dovecot-config.patch:1.10 packages/dovecot/dovecot-config.patch:1.11
--- packages/dovecot/dovecot-config.patch:1.10	Sat Sep 18 22:00:21 2010
+++ packages/dovecot/dovecot-config.patch	Sat Sep 18 22:05:58 2010
@@ -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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dovecot/dovecot-config.patch?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list