Need Perl 5.8.0 for RBL?
Matt Kettler
mkettler at EVI-INC.COM
Wed Jul 10 18:56:41 IST 2002
I run MailScanner with SpamAssassin and razor just fine on perl 5.6.1
(according to perl -v)
I installed the following things via cpan for my
MailScanner/SpamAssassin/razor setup:
bundle::libnet
bundle::cpan
net:DNS
Time:HiRes,Net::Ping,Digest::SHA1,Mail::Internet (for razor)
Mail::SpamAssassin
IO::Stringy
MIME::Tools
I allowed CPAN to satisfy anything that needed dependencies and it would
appear that Digest::MD5 was pulled down in the process
(/root/.cpan/sources/authors/id/G/GA/GAAS/Digest-MD5-2.20.tar exists)
Try using the following perl shell command before you try to install Net:DNS:
o conf prerequisites_policy ask
That will cause cpan to ask you if you want to auto-install dependencies.
At 03:21 PM 7/10/2002 +0100, Tom Combs wrote:
>Hello,
>
> My next phase with mailscanner involves enabling spamassasin. I've
> got it running on my test machine and added the recommended Digest::Net
> module to enable the RBL checks. However, my test machine is running
> perl 5.8.0 and I can't seem to get the Net module installed on the
> production machine (perl 5.6.1) due to
> dependencies on the Digest::MD5 that seems to only be available in
> perl 5.8.0. Does the SpamAssasin RBL checks work with 5.6.1? I
> used the perl Makefile.PL route for installing spamassasin instead
> of perl -MCPAN -e shell method and maybe this is where I went wrong.
>
> TIA for any advice, Tom Combs
More information about the MailScanner
mailing list