Well thanks earlier to kernel for the offer of the fc7 spamassassin rpm but it turns out it was installed already. I see the spamd processes in ps and see this
[root@gate9 /]# rpm -q spamassassin
spamassassin-3.2.4-1.fc7
So as I *have* to fix this, ie, now its just down to getting qmail-scanner installed, I resorted to doing it manually by following this
http://qmail-scanner.sourceforge.net/manual-install.php
Heres what I get:
[root@gate9 qmail-scanner-2.05]# ./configure
Building Qmail-Scanner 2.05...
This script will search your system for the virus scanners it knows
about, and will ensure that all external programs
qmail-scanner-queue.pl uses are explicitly pathed for performance
reasons.
It will then generate qmail-scanner-queue.pl - it is up to you to install it
correctly.
Continue? ([Y]/N) y
**************************
Cannot find evidence of QMAILQUEUE patch in /var/qmail/bin/qmail-smtpd!
This package REQUIRES that Qmail patch in order to operate.
Please read the README.html file again and download and install the patch
before continuing...
**************************
So, (ouch!), its saying I have to patch & rebuild qmail. But wait - I already have all this working on the FC4 box, lets just do a quick check there as I don't remember any of this:
[root@master qmail-scanner]# ./configure
Building Qmail-Scanner 2.01st-20061223...
This script will search your system for the virus scanners it knows
about, and will ensure that all external programs
qmail-scanner-queue.pl uses are explicitly pathed for performance
reasons.
It will then generate qmail-scanner-queue.pl - it is up to you to install it
correctly.
Continue? ([Y]/N) y
Searching ....................................
**************************
Cannot find evidence of QMAILQUEUE patch in /var/qmail/bin/qmail-smtpd!
This package REQUIRES that Qmail patch in order to operate.
Please read the README.html file again and download and install the patch
before continuing...
**************************
Brilliant. The old one says the same. So I somehow have to patch qmail because of an error message I don't get on the working system?
Can anyone see if I'm really close now please and complete this, its beginning to feel like pulling teeth here! Thanks for all the help so far...