Re: [vchkpw] vchkpw/vmysql and Mysql 5 with courier -authlib

2006-07-13 Thread Rick Macdougall
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

Re: [vchkpw] vchkpw/vmysql and Mysql 5 with courier -authlib

2006-07-12 Thread tonix (Antonio Nati)
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() {

Re: [vchkpw] vchkpw/vmysql and Mysql 5 with courier -authlib

2006-07-12 Thread tonix (Antonio Nati)
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

Re: [vchkpw] vchkpw/vmysql and Mysql 5 with courier -authlib

2006-07-12 Thread Rick Macdougall
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

Re: [vchkpw] vchkpw/vmysql and Mysql 5 with courier -authlib

2006-07-12 Thread Jeremy Kitchen
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

Re: [vchkpw] vchkpw/vmysql and Mysql 5 with courier -authlib

2006-07-12 Thread tonix (Antonio Nati)
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

Re: [vchkpw] vchkpw/vmysql and Mysql 5 with courier -authlib

2006-07-12 Thread tonix (Antonio Nati)
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.

Re: [vchkpw] vchkpw/vmysql and Mysql 5 with courier -authlib

2006-07-12 Thread Ken Jones
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