This is a discussion on qmail-LDAP + qmail-scanner within the alt.comp.mail.qmail forums, part of the Mail Servers and Related category; Has any one managed to get both of these going? I recently got game enough to try to implement qmail + ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Has any one managed to get both of these going?
I recently got game enough to try to implement qmail + ldap. Works better than hoped. The only hassle is, Im having hassles when trying to reimplement qmailscanner. It worked fine when using standard qmail, but in trying to patch the qmail-queue to allow qmail to call a different qmail-queue program than the one compiled in by default, the patch fails. I have tried 1)installing qmail 1-03 patching with qmail-ldap then qmail-queue patch (fails!) 2)installing qmail 1-03 patching with qmail-queue patch then qmail-ldap patch (fails!) The only combo that I can get working is either netqmail 1-05 + qmail-scanner or qmail 1-03 + qmail-ldap. What am I doing wrong? *scenario 1* output below icarus:/usr/src/qmail/netqmail-1.05/qmail-1.03 # patch -p1 < ../../qmail qmail-1.03 qmail-ldap-1.03-20040701.patch qmail_queue_patch.patch icarus:/usr/src/qmail/netqmail-1.05/qmail-1.03 # patch -p1 < .../../qmail_queue_patch.patch patching file Makefile Hunk #1 FAILED at 1483. 1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej patching file qmail.c Hunk #1 FAILED at 6. 1 out of 1 hunk FAILED -- saving rejects to file qmail.c.rej icarus:/usr/src/qmail/netqmail-1.05/qmail-1.03 # *scenario 2* Hunk #2 FAILED at 8. Hunk #3 succeeded at 44 with fuzz 2 (offset 11 lines). Hunk #4 succeeded at 68 (offset 11 lines). Hunk #5 succeeded at 120 (offset 11 lines). 1 out of 5 hunks FAILED -- saving rejects to file qmail.c.rej |
|
|||
|
Thanks - forget it. Missed a line in the Makefile. Could seeit for
looking. Cheers all Darren Darren Smith wrote: > Has any one managed to get both of these going? > > I recently got game enough to try to implement qmail + ldap. Works > better than hoped. The only hassle is, Im having hassles when trying to > reimplement qmailscanner. It worked fine when using standard qmail, but > in trying to patch the qmail-queue to allow qmail to call a different > qmail-queue program than the one compiled in by default, the patch > fails. I have tried > > 1)installing qmail 1-03 patching with qmail-ldap then qmail-queue patch > (fails!) > 2)installing qmail 1-03 patching with qmail-queue patch then qmail-ldap > patch (fails!) > > The only combo that I can get working is either netqmail 1-05 + > qmail-scanner or qmail 1-03 + qmail-ldap. > > What am I doing wrong? > > *scenario 1* > output below > icarus:/usr/src/qmail/netqmail-1.05/qmail-1.03 # patch -p1 < ../../qmail > qmail-1.03 qmail-ldap-1.03-20040701.patch > qmail_queue_patch.patch > icarus:/usr/src/qmail/netqmail-1.05/qmail-1.03 # patch -p1 < > ../../qmail_queue_patch.patch > patching file Makefile > Hunk #1 FAILED at 1483. > 1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej > patching file qmail.c > Hunk #1 FAILED at 6. > 1 out of 1 hunk FAILED -- saving rejects to file qmail.c.rej > icarus:/usr/src/qmail/netqmail-1.05/qmail-1.03 # > > *scenario 2* > Hunk #2 FAILED at 8. > Hunk #3 succeeded at 44 with fuzz 2 (offset 11 lines). > Hunk #4 succeeded at 68 (offset 11 lines). > Hunk #5 succeeded at 120 (offset 11 lines). > 1 out of 5 hunks FAILED -- saving rejects to file qmail.c.rej |