dovecot-1.1: dump-capability: Added a fake home directory so we ...

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 31 18:04:12 EET 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/2fbd36039526
changeset: 7993:2fbd36039526
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 31 18:03:20 2008 +0200
description:
dump-capability: Added a fake home directory so we won't die if it's missing.

diffstat:

1 file changed, 1 insertion(+)
src/master/master-settings.c |    1 +

diffs (11 lines):

diff -r d9134d4f139f -r 2fbd36039526 src/master/master-settings.c
--- a/src/master/master-settings.c	Fri Oct 31 17:46:17 2008 +0200
+++ b/src/master/master-settings.c	Fri Oct 31 18:03:20 2008 +0200
@@ -607,6 +607,7 @@ static bool get_imap_capability(struct s
 	   automatically */
 	static const char *generated_capability = NULL;
 	static const char *args[] = {
+		"home=/tmp",
 		"uid=65534",
 		"gid=65534",
 		NULL


More information about the dovecot-cvs mailing list