From: Sebastian B. <sb...@us...> - 2013-12-24 09:05:57
|
Update of /cvsroot/simplemail/simplemail/tests/dovecot-conf/conf.d In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29931/tests/dovecot-conf/conf.d Modified Files: 10-ssl.conf Log Message: Disabled ssl for the first attempt. Index: 10-ssl.conf =================================================================== RCS file: /cvsroot/simplemail/simplemail/tests/dovecot-conf/conf.d/10-ssl.conf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- 10-ssl.conf 24 Dec 2013 09:04:59 -0000 1.1 +++ 10-ssl.conf 24 Dec 2013 09:05:54 -0000 1.2 @@ -4,13 +4,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 = </etc/ssl/certs/dovecot.pem +#ssl_key = </etc/ssl/private/dovecot.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 |