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

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 31 18:03:43 EET 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/281ef8e9863f
changeset: 8363:281ef8e9863f
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 31 18:03:39 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 ca4e277a6615 -r 281ef8e9863f src/master/master-settings.c
--- a/src/master/master-settings.c	Fri Oct 31 17:46:05 2008 +0200
+++ b/src/master/master-settings.c	Fri Oct 31 18:03:39 2008 +0200
@@ -609,6 +609,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