dovecot-2.0: dovecot-example.conf: Drop _file from ssl_cert and ...

dovecot at dovecot.org dovecot at dovecot.org
Sat May 23 22:02:39 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/e448f770039f
changeset: 9356:e448f770039f
user:      Timo Sirainen <tss at iki.fi>
date:      Sat May 23 15:02:30 2009 -0400
description:
dovecot-example.conf: Drop _file from ssl_cert and ssl_key.

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
dovecot-example.conf |    4 ++--

diffs (14 lines):

diff -r d6d4ec8ac06d -r e448f770039f dovecot-example.conf
--- a/dovecot-example.conf	Fri May 22 19:24:26 2009 -0400
+++ b/dovecot-example.conf	Sat May 23 15:02:30 2009 -0400
@@ -93,8 +93,8 @@
 # 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_file = </etc/ssl/certs/dovecot.pem
-ssl_key_file = </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


More information about the dovecot-cvs mailing list