Hi,
I hacked qmail 1.03 patched with the qmail-mysql patch to make it read into my
database specific format .
That is , I changed mysql.c and some stuff in qmail-getpw.c .
Now I get an error like :
#####################
Apr 12 12:29:23 heracles qmail: 955535363.198417 starting delivery 11: msg 249228 to
local [EMAIL PROTECTED]
Apr 12 12:29:23 heracles qmail: 955535363.199066 status: local 6/10 remote 0/20
Apr 12 12:29:23 heracles qmail: 955535363.205239 delivery 6: deferral:
Temporary_failure_in_qmail-lspawn./
Apr 12 12:29:23 heracles qmail: 955535363.206582 status: local 5/10 remote 0/20
#####################
I checked where the QLX_SYS comes from, it seems that it comes from
qmail-lspawn.c:
#############################.
if (wait_pid(&gpwstat,gpwpid) != -1)
{
if (wait_crashed(gpwstat)) {
/* Log */
fic=fopen("/home/tmp.txt","a");
fprintf(fic,"*** wait crashed
gpwstat Erreur\n");
fflush(fic);
fclose(fic);
/* END */
_exit(QLX_SYS);
############################
I do not have any idea why this error occurs. It was working before I made a
second change in mysql.c. And as far as I remember, I did not change anything
else since ...
Any idea please ???
I'm using Linux Redhat 5.1 . This is on a test server, ie nothing else running
on it appart of mysql and apache ...
THanks,
Fred
--
====================================================================