Chris Scheller wrote:
>
> i have been going through the archives for why i am getting this and i
> have yet to find the answer. I only occasionaly get the error, most
> all mail is delivered without incident. Is it possible that mysql is
> getting too many simultaneous connects from vpopmail?
Yes, it's possible. you should look into tuning your mysql
server. you can usually decrease the size of the buffers
the mysql server allocates per connection. vpopmail calls
don't use much mysql buffer space to run. they are all
very simple sql commands. There is some info about that
on the mysql site.
You might also want to investigate a mysql proxy server.
There are several of them out there.
Ken Jones