Hi,
In qmail-lspawn, the ldap filter for catchall is :
(|(objectClass=qmailUser)(mail=catchall@domain)(mailAlternateAddress=catchall@domain))
This is not correct, it should be :
(&(objectClass=qmailUser)(|(mail=catchall@domain)(mailAlternateAddress=catchall@domain)))
modifying this in qmail-lspawn.c works for me.
but..... , when I'm trying to use the ldap-control features, the
catchall is broken.
I'm using qmail 1.03 + qmail-ldap 20010301 patch + ldap control
20010410 patch + smtp-auth-20010312 patch + qmailqueue-patch from
qmailscanner as a debian package.
--
KaalH!