dovecot-2.2: ssl-params: Create also base_dir/ssl-params socket.

dovecot at dovecot.org dovecot at dovecot.org
Sat Jul 28 17:56:05 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/3671877fb692
changeset: 14725:3671877fb692
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jul 28 17:37:19 2012 +0300
description:
ssl-params: Create also base_dir/ssl-params socket.

diffstat:

 src/ssl-params/ssl-params-settings.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 16862a69e22c -r 3671877fb692 src/ssl-params/ssl-params-settings.c
--- a/src/ssl-params/ssl-params-settings.c	Sat Jul 28 17:36:53 2012 +0300
+++ b/src/ssl-params/ssl-params-settings.c	Sat Jul 28 17:37:19 2012 +0300
@@ -13,6 +13,7 @@
 
 /* <settings checks> */
 static struct file_listener_settings ssl_params_unix_listeners_array[] = {
+	{ "ssl-params", 0666, "", "" },
 	{ "login/ssl-params", 0666, "", "" }
 };
 static struct file_listener_settings *ssl_params_unix_listeners[] = {


More information about the dovecot-cvs mailing list