dovecot-2.0: lda: Don't set mail_full_filesystem_access=yes inte...

dovecot at dovecot.org dovecot at dovecot.org
Sat Jul 10 19:38:52 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/f93507788bc3
changeset: 11773:f93507788bc3
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jul 10 17:38:48 2010 +0100
description:
lda: Don't set mail_full_filesystem_access=yes internally. It's not necessary.
Also it probably wasn't even working.

diffstat:

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

diffs (13 lines):

diff -r 06e4a422aa91 -r f93507788bc3 src/lda/main.c
--- a/src/lda/main.c	Sat Jul 10 15:57:37 2010 +0100
+++ b/src/lda/main.c	Sat Jul 10 17:38:48 2010 +0100
@@ -385,9 +385,6 @@
 	ctx.set = mail_storage_service_user_get_set(service_user)[1];
 
 	/* create a separate mail user for the internal namespace */
-	if (master_service_set(master_service,
-			       "mail_full_filesystem_access=yes") < 0)
-		i_unreached();
 	sets = master_service_settings_get_others(master_service);
 	raw_mail_user = mail_user_alloc(user, ctx.dest_user->set_info, sets[0]);
 	mail_user_set_home(raw_mail_user, "/");


More information about the dovecot-cvs mailing list