71523f1
diff -Nru -x'*.orig' cyrus-imapd-2.3.11.orig/imap/make_md5.c cyrus-imapd-2.3.11/imap/make_md5.c
71523f1
--- cyrus-imapd-2.3.11.orig/imap/make_md5.c	2007-10-01 20:35:59.000000000 +0200
71523f1
+++ cyrus-imapd-2.3.11/imap/make_md5.c	2008-09-01 11:16:50.000000000 +0200
71523f1
@@ -814,7 +814,7 @@
cf58a5c
     if (!md5_dir) md5_dir = config_getstring(IMAPOPT_MD5_DIR);
cf58a5c
 
cf58a5c
     if (!md5_dir)
cf58a5c
-        md5_dir = xstrdup("/var/imap/md5");
cf58a5c
+        md5_dir = xstrdup("/var/lib/imap/md5");
cf58a5c
 
71523f1
     if (max_children == 0) {
71523f1
         /* Simple case */
71523f1
diff -Nru -x'*.orig' cyrus-imapd-2.3.11.orig/lib/imapoptions cyrus-imapd-2.3.11/lib/imapoptions
71523f1
--- cyrus-imapd-2.3.11.orig/lib/imapoptions	2007-10-18 20:14:48.000000000 +0200
71523f1
+++ cyrus-imapd-2.3.11/lib/imapoptions	2008-09-01 11:16:50.000000000 +0200
71523f1
@@ -557,10 +557,14 @@
cf58a5c
    mailspool, but each have their own "replicated" copy of
cf58a5c
    mailboxes.db. */
cf58a5c
 
cf58a5c
-{ "md5_dir", NULL, STRING }
cf58a5c
+{ "md5_dir", "/var/lib/imap/md5", STRING }
cf58a5c
 /* Top level directory for MD5 store manipulated by make_md5. File
cf58a5c
    structure within this directory is one file for each user on the system,
cf58a5c
-   hashed on the first letter of the userid (e.g: /var/imap/md5/d/dpc22). */
cf58a5c
+   hashed on the first letter of the
cf58a5c
+   userid (e.g: /var/lib/imap/md5/d/dpc22).
cf58a5c
+.PP
cf58a5c
+   Note: This Invoca RPM build uses \fI/var/lib/imap/md5\fR by default
cf58a5c
+   instead of \fI/var/imap/md5\fR for \fBmd5_dir\fR. */
cf58a5c
 
cf58a5c
 { "md5_user_map", NULL, STRING }
cf58a5c
 /* Map file (cdb) to allow partial make_md5 runs. Maps username to UID */