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
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.
patch that corrects the issue. (simply adds a
mysql_free_result(res_read); )
Tijs Zwinkels
vpopmail_limits_mysql_memleak.patch
Description: Binary data
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, "." );
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
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]>