On Thu, Mar 20, 2003 at 02:19:38PM -0500, Tim Meader wrote: > I am about at the end of my rope. Here on center at NASA we have > three main servers that handle POP connections... our problem is > that a great majority of users leave their mail on the > server... which obviously is horrible for POP performance.
> Regardless, I have tweaked and tweaked as much as possible, and am > making a final change tonight. In particular I would like anyones' > feedback on what kind of performance increase switching to hashed > directories might achieve. If your problem is that users are leaving mail on server, hashed directories will probably not solve your problem. Hashed directories make directory lookups faster, but actual file reading and writing proceeds at the same pace. The usual problem with users leaving mail on the server is in the reads and writes, not in the directory lookups. Tough quotas (both mailbox size and mail-checking frequency) would help. maildir format might help, if you can get all your other tools and apps to support it. - Morty