On Mon, Jul 18, 2005 at 01:31:04AM -0700, jay alvarez wrote: > Hi Sam, > > I'm sorry to bother you again but, I'm not following > any other instruction than that of those found in Life > with qmail. The instructions in that document is for > installation using the netqmail package. I know that > the package also contains the clean source tree of > qmail so after extracting it, I then went inside it > and find the qmail tarball, extracted it and applied > the ldap patch. My problem is that when I go back to > the original instruction on life with qmail, "running > the ./collate, the rest of the patches cannot be > applied due to the changes that was done by the > qmail-ldap patch. >
qmail-ldap is 100% incompatible with the netqmail stuff (and their install instructions). qmail-ldap already contains all the netqmail changes. So the fast instructions are: 1. download the qmail-ldap patch from qmail-ldap.org 2. get the qmail-1.03 tar ball from cr.yp.to 3. apply patch (cd qmail-1.03 && patch -p1 < ../path/to/qmail-ldap-patch 4. read INSTALL and QLDAPINSTALL 5. edit Makefile to meet your needs 6. make 7. make man 8. sudo make setup check 9. configure qmail-ldap and setup/populate the ldap server -- :wq Claudio
