Hi All,
I'm using qmail 1.03 with qmail-ldap-1.03-20040301.patch ..
A week ago, I tried to add smtp authentication feature . After searching internet I learnt that there was no need to install smtp-auth-***.patch. I added SMTPAUTH="AUTHREQUIRED" to /etc/tcp.smtp and added "/var/qmail/bin/auth_smtp /usr/bin/true" to /var/qmail/supervise/qmail-smtpd/run ..
After I run the "qmailctl cdb" and " qmailctl restart " command , smtp authentication work well..
And yesterday , I tried to define QUEUE_EXTRA variable in extra.h under the qmail-1.03 directory, I set the variable and then I stopped qmail. When I run the "make setup check" command, these errors occured :
Makefile:508: warning: overriding commands for target `checkpassword_smtp.o'
Makefile:500: warning: ignoring old commands for target `checkpassword_smtp.o'
Makefile:2788: warning: overriding commands for target `auth_smtp.o'
Makefile:198: warning: ignoring old commands for target `auth_smtp.o'
Makefile:2796: warning: overriding commands for target `auth_smtp'
Makefile:188: warning: ignoring old commands for target `auth_smtp'
make: *** No rule to make target `qldap-mdm.h', needed by `auth_smtp.o'. Stop.
Makefile:500: warning: ignoring old commands for target `checkpassword_smtp.o'
Makefile:2788: warning: overriding commands for target `auth_smtp.o'
Makefile:198: warning: ignoring old commands for target `auth_smtp.o'
Makefile:2796: warning: overriding commands for target `auth_smtp'
Makefile:188: warning: ignoring old commands for target `auth_smtp'
make: *** No rule to make target `qldap-mdm.h', needed by `auth_smtp.o'. Stop.
How can I solve this problem , and run "make setup check" succesfully?
Thanks for your reply..
my /etc/tcp.smtp file
:allow,SMTPAUTH="AUTHREQUIRED",QS_SPAMASSASSIN="yes",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue"
Do you Yahoo!?
vote.yahoo.com - Register online to vote today!