dovecot-2.0: master: Parse and check full config at startup.

dovecot at dovecot.org dovecot at dovecot.org
Wed Oct 6 21:35:20 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/092c39cf86b9
changeset: 12259:092c39cf86b9
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Oct 06 19:35:17 2010 +0100
description:
master: Parse and check full config at startup.

diffstat:

 src/master/main.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r d63b48a452f1 -r 092c39cf86b9 src/master/main.c
--- a/src/master/main.c	Wed Oct 06 19:35:06 2010 +0100
+++ b/src/master/main.c	Wed Oct 06 19:35:17 2010 +0100
@@ -375,6 +375,7 @@
 	memset(&input, 0, sizeof(input));
 	input.roots = set_roots;
 	input.module = "master";
+	input.parse_full_config = TRUE;
 	if (master_service_settings_read(master_service, &input, &output,
 					 &error) < 0)
 		i_fatal("Error reading configuration: %s", error);


More information about the dovecot-cvs mailing list