From d5c8d96eef4de2c09daae38e02e0785f68e5ffc3 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 3 Feb 2009 12:07:21 -0500 Subject: [PATCH] nfs_check: Mention also mail_nfs_storage=yes in the error message. --HG-- branch : HEAD --- src/master/mail-process.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/master/mail-process.c b/src/master/mail-process.c index 4e02f00724..626b7944d8 100644 --- a/src/master/mail-process.c +++ b/src/master/mail-process.c @@ -536,8 +536,8 @@ static void nfs_warn_if_found(const char *mail, const char *full_home_dir) 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); } -- 2.47.3