Re: [Exim] Hashing level 2.

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: j.linn
Fecha:  
A: Guillermo Llenas
Cc: exim-users
Asunto: 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