On Mon, 2010-10-04 at 15:27 +0200, Attila Nagy wrote: > It seems there is an FD leak in this version. The number of open file > descriptors quickly raise after upgrading from 2.0.4.
In which process?
> service imap {
> client_limit = 8
This might not be the best idea. Connections can sometimes block on
locks and such for a while and it then causes the other connections in
the same process to hang.
