Thus spake Matthias Blaser, on Wed, Sep 12, 2001 at 10:13:09PM +0200:
> Hi,
>
> >After aplying the dash-trick patch (20010501) I started getting errors
> >when trying to deliver to an existing user (for instance
> >[EMAIL PROTECTED]):
> >
> >Out_of_memory_in_qmail-lspawn.
> >
>
> There was an error in the dash-trick patch caused by an uninitialized
> variable (dash). Henning has fixed this in the version 20010306, which
> is the newest patch available... as far as I know there is a patch for
> the new qmail-ldap release 20010801 too...
>
> You can either use a newer version of the patch (20010306) or correct
> this error by hand (search the line where 'dash' is defined, and replace
> 'int dash;' with 'int dash = 0;'
>
> I hope this helps :-)
>
Yep, the "out of memory" error disappeared but it appeared another one;
the ldap query returns more than one entry and that results in an error:
failure:
_ldap_lookup:___init_successful__,_bind_successful/__ldap_lookup:_search_for_(|([EMAIL PROTECTED])([EMAIL PROTECTED]))_succeeded/_Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/
The query
(|([EMAIL PROTECTED])([EMAIL PROTECTED]))
returns all entries with [EMAIL PROTECTED] ||
[EMAIL PROTECTED] (no, I didn't mistype here),
or at least that's what happens when I use ldapsearch.
And as we use mailAlternateAddress for all mails then...
> Regards,
> Matt
>
--
Jose Celestino <[EMAIL PROTECTED]>
---------------------------------