Hey I beleive I may have found a bug in the patch, though it is a small one, it kept me up for several hours. When you add 20,000 users to the ldap server quereys will start to get slow, so then you have to creat indexs, usually "index objectclass,mail,mailAlternateAddress,uid pres,eq" is good enough. When qmail does a ldap lookup to deliver mail, it will do a querey on like this "filter="(&(objectClass=qmailuser)(|([EMAIL PROTECTED])([EMAIL PROTECTED])))" now, here is where I think their is a bug, if none of your users have a mailAlternateAddress attr set, then lookup fails (Time out) even though you have that field indexed. You see, OpenLDAP won't index a attr if no one uses it. So in order to get around, you have to either add a user with that attribute, or add thta attr to a current list. Just thought I'd post it so others could no how to get around it, I'll take a look at the patch, to see if I can fix it later.
Ok, another problem I've had has been, I run a 20k user ISP, and I am having a handful of user since my move claim that they get a error when sending (Using the Auth-smtp-ldap patch) that says, the connection was unexpectedly droped. I'm not sure if this is the right list for this, but if anyone else has noticed this, let me know. -- Signed, Aaron Collins Lead Internet Infrastructure Engineer [EMAIL PROTECTED]
