Re: [Exim] Hashing level 2.

Top Page
Delete this message
Reply to this message
Author: j.linn
Date:  
To: Guillermo Llenas
CC: exim-users
Subject: Re: [Exim] Hashing level 2.
I use nhash

file = "/var/mail/${nhash_127:$local_part}/$local_part/INBOX"


and find a good spread with 20,000 mailboxes. The $local_part is by then a
UNIX userid "nnnddd" where "n" are letters and "d" are digits.

I have also the C code for UoW IMAP and a simple command

nhash userid

which yields the hash value.

All plagerised from the EXIM code.

John Linn