I am using Spamassassin-3.0.0-rc1 with qmail on RedHat 7.2
I built qmail-spamc with the command:
test -e Makefile || perl Makefile.PL < /dev/null
make spamc/qmail-spamc
QMAILQUEUE='/var/qmail/bin/qmail-spamc'
ls -l /var/qmail/bin/qmail-spamc
-rwxr-xr-x 1 root qmail 32553 Aug 23 19:32
/var/qmail/bin/qmail-spamc
However, I get error messages in /var/log/qmail/smtpd/current such as this:
@40000000412b665615ab89ec spamc/qmail-spamc.c:98: 'execlp("qmail-queue",
"qmail-queue", NULL)' failed: No such file or directory
seems that it could not find qmail-queue, but it is certainly there:
ls -l /var/qmail/bin/qmail-queue
-rws--x--x 1 qmailq qmail 12968 Mar 31 14:15
/var/qmail/bin/qmail-queue
I have done exactly the same steps on freebsd server and it worked fine.
But not on redhat 7.2
Any pointers to the right direction would be very much appreciated.
Thanks.
Lu