Hi
I using qmail-ldap patch (release qmail-ldap-1.03-20050401),
but have a error when a message was send.
2005-04-11 11:34:06.706159500 starting delivery 5: msg
823211 to local [EMAIL PROTECTED]
2005-04-11 11:34:06.706189500 status: local 1/10 remote 0/20
2005-04-11 11:34:06.727578500 delivery 5: deferral: qmail-
local_crashed./
Here is a patch fixes it.
==================================================
diff -urN qmail-1.03.2005-04-11/qmail-local.c qmail-1.03/
qmail-local.c
--- qmail-1.03.2005-04-11/qmail-local.c 2005-04-09 08:31:18.
505418000 +0900
+++ qmail-1.03/qmail-local.c 2005-04-11 00:30:24.
420018984 +0900
@@ -549,7 +549,7 @@
int *fd;
int *cutable;
{
- unsigned int i;
+ int i;
if (!stralloc_copys(&qme,".qmail")) temp_nomem();
if (!stralloc_cats(&qme,dash)) temp_nomem();