Page 1 of 1

SpamAssassin on SLES9

Posted: Wed May 18, 2005 1:55 pm
by kanderson
I can't find spamass-milter for use on SLES9.

I assume this is because the default MTA is Postfix.

Does anyone have a copy of one or a link to where I can find one? I'd really like to install Spamassassin, but I think I need this first.

Thanks in advance.
Kev.

Posted: Sat May 21, 2005 1:57 am
by ScalixSupport
Hi Kevin,

Try http://savannah.nongnu.org/projects/spamass-milt/ From there, click on Filelist (Download Area), download the milter, unpack the tarball then in the spamass-milter-0.3.0 subdirectory type:

Code: Select all

./configure
make
make install

that should do it.

Take Care,
Rachel

Posted: Tue May 23, 2006 6:02 pm
by shadowfayre
I downloaded the spamassin-milter from the link above and extracted the files. running ./configure as instructed, I receive the following error

configure; error: Cannot find libmilter

I am running on SUSE 10.

Thanks,

Posted: Tue May 23, 2006 8:34 pm
by ScalixSupport
You need to install the sendmail-devel-xx-yy package from your distribution.

Thanks,
Rachel