dovecot-1.2: nfs_check: Mention also mail_nfs_storage=yes in the...

dovecot at dovecot.org dovecot at dovecot.org
Tue Feb 3 19:07:29 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/7c4f4a1b1313
changeset: 8708:7c4f4a1b1313
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Feb 03 12:07:21 2009 -0500
description:
nfs_check: Mention also mail_nfs_storage=yes in the error message.

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
src/master/mail-process.c |    4 ++--

diffs (14 lines):

diff -r af3fa3dd0d31 -r 7c4f4a1b1313 src/master/mail-process.c
--- a/src/master/mail-process.c	Tue Feb 03 11:57:35 2009 -0500
+++ b/src/master/mail-process.c	Tue Feb 03 12:07:21 2009 -0500
@@ -536,8 +536,8 @@ static void nfs_warn_if_found(const char
 	if (point.type == NULL || strcasecmp(point.type, "NFS") != 0)
 		return;
 
-	i_fatal("Mailbox indexes in %s are in NFS mount. "
-		"You must set mail_nfs_index=yes to avoid index corruptions. "
+	i_fatal("Mailbox indexes in %s are in NFS mount. You must set "
+		"mail_nfs_index=yes (and mail_nfs_storage=yes) to avoid index corruptions. "
 		"If you're sure this check was wrong, set nfs_check=no.", path);
 }
 


More information about the dovecot-cvs mailing list