On 8.2.2011, at 2.39, Kurt Hockenbury wrote: >> master: Warning: service(imap): process_limit reached, client >> connections are being dropped > > Aha! Yes, I do. Sorry I missed those before, I was grepping for Error, and > missed the warning.
Yeah, I wonder how I could get this error message to show up in the "Resource temporarily unavailable" message itself.. > However, I have "default_process_limit = 5000" and I'm pretty sure we don't > have that many people connecting. I will try increasing it, however. imap/pop3 processes don't use the default limit, you have to set them explicitly. This is because the default_process_limit=100 is good for pretty much all processes, except for imap/pop3 which are needed much more.
