tonix (Antonio Nati) wrote:
At 23.15 12/07/2006, you wrote:
tonix (Antonio Nati) wrote:
At 18.24 12/07/2006, you wrote:
The vpopmail module to authdaemon is might be missing
the vpopmail vclose() function.
Are you using mysql module instead of authvchkpw?
Is the configuration easy as it look
At 23.15 12/07/2006, you wrote:
tonix (Antonio Nati) wrote:
At 18.24 12/07/2006, you wrote:
The vpopmail module to authdaemon is might be missing
the vpopmail vclose() function.
At a first look, you are right.
Following is the code related to closing connection.
static void authvchkpwclose()
{
At 23.02 12/07/2006, you wrote:
On Wednesday 12 July 2006 13:48, tonix (Antonio Nati) wrote:
> At 18.24 12/07/2006, you wrote:
> >The vpopmail module to authdaemon is might be missing
> >the vpopmail vclose() function.
>
> At a first look, you are right.
>
> Following is the code related to closi
tonix (Antonio Nati) wrote:
At 18.24 12/07/2006, you wrote:
The vpopmail module to authdaemon is might be missing
the vpopmail vclose() function.
At a first look, you are right.
Following is the code related to closing connection.
static void authvchkpwclose()
{
}
It lacks any code relative t
On Wednesday 12 July 2006 13:48, tonix (Antonio Nati) wrote:
> At 18.24 12/07/2006, you wrote:
> >The vpopmail module to authdaemon is might be missing
> >the vpopmail vclose() function.
>
> At a first look, you are right.
>
> Following is the code related to closing connection.
> static void authv
At 18.24 12/07/2006, you wrote:
The vpopmail module to
authdaemon is might be missing
the vpopmail vclose() function.
At a first look, you are right.
Following is the code related to closing connection.
static void authvchkpwclose()
{
}
It lacks any code relative to vpopmail vclose.
But in my l
At 18.24 12/07/2006, you wrote:
The vpopmail module to authdaemon is might be missing
the vpopmail vclose() function.
I'm giving a fast look, but I don't see either close and open :-( .
If so, then every connection to the authdaemon would open a new
mysql connection,
which allocates memory.
The vpopmail module to authdaemon is might be missing
the vpopmail vclose() function.
If so, then every connection to the authdaemon would open a new mysql
connection,
which allocates memory. Then without the vclose the memory never gets
released
and eventually runs out of memory.
Ken Jones