2bab04f
--- cyrus-imapd-2.3.13/imap/make_md5.c.make_md5_defaults	2008-10-02 16:05:44.000000000 +0200
2bab04f
+++ cyrus-imapd-2.3.13/imap/make_md5.c	2009-01-13 11:44:24.000000000 +0100
2bab04f
@@ -857,7 +857,7 @@
9e566a4
     if (!md5_dir) md5_dir = config_getstring(IMAPOPT_MD5_DIR);
9e566a4
 
9e566a4
     if (!md5_dir)
9e566a4
-        md5_dir = xstrdup("/var/imap/md5");
9e566a4
+        md5_dir = xstrdup("/var/lib/imap/md5");
9e566a4
 
0f8be0c
     if (max_children == 0) {
0f8be0c
         /* Simple case */
2bab04f
--- cyrus-imapd-2.3.13/lib/imapoptions.make_md5_defaults	2009-01-13 11:44:24.000000000 +0100
2bab04f
+++ cyrus-imapd-2.3.13/lib/imapoptions	2009-01-13 14:17:35.000000000 +0100
2bab04f
@@ -634,10 +634,14 @@
9e566a4
    mailspool, but each have their own "replicated" copy of
9e566a4
    mailboxes.db. */
9e566a4
 
9e566a4
-{ "md5_dir", NULL, STRING }
9e566a4
+{ "md5_dir", "/var/lib/imap/md5", STRING }
9e566a4
 /* Top level directory for MD5 store manipulated by make_md5. File
9e566a4
    structure within this directory is one file for each user on the system,
2bab04f
-   hashed on the first letter of the userid (e.g., /var/imap/md5/d/dpc22). */
9e566a4
+   hashed on the first letter of the
2bab04f
+   userid (e.g., /var/imap/md5/d/dpc22).
2bab04f
+.PP   
2bab04f
+   Note: This Invoca RPM build uses \fI/var/lib/imap/md5\fR by default 
9e566a4
+   instead of \fI/var/imap/md5\fR for \fBmd5_dir\fR. */
9e566a4
 
9e566a4
 { "md5_user_map", NULL, STRING }
9e566a4
 /* Map file (cdb) to allow partial make_md5 runs. Maps username to UID */