Autor: j.linn
Datum:
To: Guillermo Llenas
CC: exim-users
Betreff: 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