[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] RE: SPAMassassin installation with Bassi Mailscanner



Does Steve Bassi's 'Install Notes' still hold true for installing on RaQ 3 with Bassi Mailscanner, for the latest Spamassassin 2.44?

I find the install notes at:

http://www.sng.ecs.soton.ac.uk/mailscanner/install/spamassassin.shtml

A little bit confusing, sorry... Its me I think!!!

Thanks to Julian Field, Steve Bassi and everyone for their input.

Steve Bassi wrote on Thu Jul 11 18:28:01 2002 [cobalt-users] Spamassassin Install Notes

I just installed spamassasin and I detail my notes below.

I changed /home/opt/MailScanner/etc/mailscanner.conf , to use spamassassin
and all seems to work ok.

If anyone wtih knowledge of spamassassin would like to offer any tweaking
tips I would be greatful.

Rgds

Bassi

Quote Start (without quotes to make clearer):

Bassi's Notes
=======

#ssh into raq
su -
mkdir /tmp/spamassassin
cd /tmp/spamassin
wget http://spamassassin.taint.org/released/Mail-SpamAssassin-2.31.tar.gz
wget http://www.cpan.org/modules/by-module/Pod/podlators-1.22.tar.gz
wget http://www.cpan.org/authors/id/DEWEG/Time-HiRes-01.20.tar.gz
wget http://www.cpan.org/modules/by-module/Pod/PodParser-1.18.tar.gz
tar -xzvf Mail-SpamAssassin-2.31.tar.gz
tar -xzvf PodParser-1.18.tar.gz
tar -xzvf Time-HiRes-01.20.tar.gz
tar -xzvf podlators-1.22.tar.gz

cd PodParser-1.18
(perl ./Makefile.PL make;make test;make install)
cd ../podlators-1.22
(perl ./Makefile.PL make;make install)
cd ../Time-HiRes-01.20
(perl ./Makefile.PL make;make test;make install)
cd ../Mail-SpamAssassin-2.31
(perl ./Makefile.PL make;make test;make install UNINST=1)
cd /tmp
rm -r spamassassin

=======

Quote end

Many thanks.

Charles Teton