From: Timo Sirainen Date: Tue, 3 Feb 2009 17:07:21 +0000 (-0500) Subject: nfs_check: Mention also mail_nfs_storage=yes in the error message. X-Git-Tag: 1.2.beta1~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5c8d96eef4de2c09daae38e02e0785f68e5ffc3;p=thirdparty%2Fdovecot%2Fcore.git nfs_check: Mention also mail_nfs_storage=yes in the error message. --HG-- branch : HEAD --- 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); }