[vchkpw] Problem with vadddomain -u and mysql authentication.

2005-08-25 Thread Tijs Zwinkels
l file isn't readable by 'normal' users. Nor i want it to be readable by my users: With the information in this file, they could logon and alter the database for every user on the system! Any ideas on how to handle this? Thanks in Advance, Tijs Zwinkels Mindconnect

Re: [vchkpw] vauth_getpw() with Apache/CGI

2005-10-19 Thread Tijs Zwinkels
when the program is invoked by Apache. There > isn't anything in Apache's error.log either. > > Does anyone have any idea what's going wrong? > > Thanks for your help. -- grtz Tijs Zwinkels ... A bus station is where the bus stops. A train station is where the train stops. On my desk I have a workstation.

[vchkpw] Memleak when using vpopmail with mysql, but without --enable-mysql-limits. + patch

2006-09-10 Thread Tijs Zwinkels
patch that corrects the issue. (simply adds a mysql_free_result(res_read); ) Tijs Zwinkels vpopmail_limits_mysql_memleak.patch Description: Binary data

[vchkpw] Segfault when invalid domain in ./qmail/users/assign file.

2006-09-13 Thread Tijs Zwinkels
Hey vmailers, After upgrading to vpopmail-5.4.16, vadddomain would segfault. Turns out, we had a domain without tld on our server. Let's say 'test' instead of 'test.com'. The following piece of code in the function 'extract_domain' in vpopmail.c:1657 chokes on this: t = strtok( tmpbuf, "." );

Re: [vchkpw] Segfault when invalid domain in ./qmail/users/assign file.

2006-09-14 Thread Tijs Zwinkels
Ah, that should teach me about going bugfixing without checking the unstable. :) Thanks for your responses. On 9/14/06, Tom Collins <[EMAIL PROTECTED]> wrote: On Sep 13, 2006, at 3:33 PM, Rick Macdougall wrote: > Same bug from the 5.4.17 changelog ? > > - vpopmail: fix segfault in users/assign

Re: [vchkpw] Memleak when using vpopmail with mysql, but without --enable-mysql-limits. + patch

2006-11-28 Thread Tijs Zwinkels
Sorry for the late reply, i simply missed your mail until now. I don't know if that's always the case, but in my case: Yes, authdaemond was statistically linked against vpopmail, and needed to be recompiled in order to remove the memory leak. - Tijs On 11/21/06, Dave Smulsky <[EMAIL PROTECTED]>