installing Spam Assassin

gadgetsguy

Verified User
Joined
Nov 4, 2005
Messages
111
Location
Montreal, Canada
Is there a "for dummies" way to install Spam Assassin?

I've never had issues installing SA until this time .... and I'm kinda at a loss.

I've tried all of the suggestions in http://help.directadmin.com/item.php?id=36 and every thing I try I am getting errors that prevent me from installing it.

Both cpan and yum give me errors in trying to install the prerequisites

Please Advise
 
Please Advise


Hello,

To easy install a minimal set of all requirements you may use either apt-get/aptitude or yum/rpm depending on your OS distribution.

Code:
apt-get install spamassassin

Code:
yum install spamassassin

this will install a set of packages which are needed to run SA. Then you can remove spamassassin with apt-get/aptitude or yum/rpm depending on your OS distribution (without perl packages installed with it) and install SA with CustomBuild.

Note there optional perl packages which might be still missing on your server, that you will probably to install manually.

p.s. More information can be found with search function here on the forums.
 
Back
Top