Rob Tanner wrote:
I need to move a number of mailboxes onto a system runng Cyrus IMAP4 v2.2.3 with fulldirhash. Adding them to the mailboxes database is not a problem. But what I need to know is where to put them, and that's decided by the hashing algorithm. I could probably figure it out by digging through the source code, but if someone could lay it out in a sentence or two, that would save me oodles of time, and I'd appreciate it.
Take a look at dir_hash_c() in either lib/util.c or tools/rehash
-- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 Orchard Park, NY 14127 --PGP Public Key-- http://www.oceana.com/~ken/ksm.pgp --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html
