]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
nfs_check: Mention also mail_nfs_storage=yes in the error message.
authorTimo Sirainen <tss@iki.fi>
Tue, 3 Feb 2009 17:07:21 +0000 (12:07 -0500)
committerTimo Sirainen <tss@iki.fi>
Tue, 3 Feb 2009 17:07:21 +0000 (12:07 -0500)
--HG--
branch : HEAD

src/master/mail-process.c

index 4e02f00724f58b45d20c5cc7c3254ee2fac01e66..626b7944d8488cee722d17c465c178b0f6a8de79 100644 (file)
@@ -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);
 }