On Fri, Mar 09, 2007 at 11:24:11AM +0100, Torsten wrote:
> I want to use a hashing mechanism (nhash) from my MTA (Exim) to split up 
> the users maildirs into subfolders.
> 
> The directory structure looks like this:
> /var/mail/0/totty or /var/mail/126/bill
> 
> Here is the part from the Exim configuration:
> file = "/var/mail/${nhash_127:$local_part}/$local_part/INBOX"
> 
> My problem is, that I haven`t got a clue how the imap daemon deals with the
> new directory structure.
> Has courier an implemented hashing mechanism?

No. You'd have to either write an authpipe module which implements the
authentication plus hashing, or write all the hashed values into a database.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to