Johann Spies wrote:
> I have installed Spamassassin 3.02 on one of my three mail servers
> which runs on Debian Woody with a backport of Exim4.  I previously had
> 2.64 running on this machine with the Surbl checking working (after
> help from this list).

Your own backport?  Or one from somewhere else?

> I could only get the network tests to work after installing  Net::DNS

If www.backports.org then you should have gotten the libnet-dns-perl
modules from there too.

> using CPAN.  I would prefer however to do it the Debian way.

You will find many people who are fanatical about using CPAN.  But
there are just as many on the side of being fanatical about using a
package manager.  Place me firmly in the latter camp.

> Is there a way to get this working using Debian packages?  And which
> packages should be installed then?

I recommend using the www.backports.org packaging.  Put the following
in your /etc/apt/sources.list line.

  deb http://www.backports.org/debian stable spamassassin

Then:

  sudo apt-get update
  sudo apt-get install spamassassin libnet-dns-perl libmail-spf-query-perl

That is assuming you are running an x86 architecture and not one of
the other twelve available architectures for Debian.

Bob

Reply via email to