changeset 8708:7c4f4a1b1313 HEAD

nfs_check: Mention also mail_nfs_storage=yes in the error message.
author Timo Sirainen <tss@iki.fi>
date Tue, 03 Feb 2009 12:07:21 -0500
parents af3fa3dd0d31
children 323c8eff78d4
files src/master/mail-process.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	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);
 }