[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Spamassassin Install Notes
- Subject: Re: [cobalt-users] Spamassassin Install Notes
- From: "Steve Bassi" <steve@xxxxxxxxx>
- Date: Thu Sep 5 14:11:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Subject: Re: [cobalt-users] Spamassassin Install Notes
> >My 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
> >
> >
>
> Are the lines with "()"'s typed in just as they are above?
>
yep
Rgds Bassi