免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 3481 | 回复: 10
打印 上一主题 下一主题

[Mail] 请教SpamAssassin的SOLARIS下安装的问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-04-17 15:23 |只看该作者 |倒序浏览
当执行了perl Makefile.PL后出现如下问题:

What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system]

NOTE: settings for "make test" are now controlled using "t/config.dist".
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************
ERROR: the required Digest::SHA1 module is not installed.

  The Digest::SHA1 module is used as a cryptographic hash for some
  tests and the Bayes subsystem.  It is also used by Razor2.


***************************************************************************
ERROR: the required HTML::Parser (version 3.24) module is not installed.

  Version 3.31 or later is recommended.

  HTML is used for an ever-increasing amount of email so this dependency
  is unavoidable.  Run "perldoc -q html" for additional information.


***************************************************************************
NOTE: the optional DB_File module is not installed.

  Used to store data on-disk, for the Bayes-style logic and
  auto-whitelist.  *Much* more efficient than the other standard Perl
  database packages.  Strongly recommended.


***************************************************************************
NOTE: the optional Net::DNS (version 0.34) module is not installed.

  Used for all DNS-based tests (SBL, XBL, SpamCop, DSBL, etc.),
  perform MX checks, and is also used when manually reporting spam to
  SpamCop.  Recommended.

  If this is installed and you are using network tests of any variety
  (which is the default), then you need to make sure the Net::DNS
  version is sufficiently up-to-date:

  - version 0.34 or higher on Unix systems
  - version 0.46 or higher on Windows systems


***************************************************************************
NOTE: the optional Mail::SPF::Query module is not installed.

  Used to check DNS Sender Policy Framework (SPF) records to fight email
  address forgery and make it easier to identify spams.


***************************************************************************
NOTE: the optional IP::Country module is not installed.

  Used by the RelayCountry plugin (not enabled by default) to determine
  the domain country codes of each relay in the path of an email.


***************************************************************************
NOTE: the optional Razor2 (version 2.61) module is not installed.

  Used to check message signatures against Vipul's Razor collaborative
  filtering network. Razor has a large number of dependencies on CPAN
  modules. Feel free to skip installing it, if this makes you nervous;
  SpamAssassin will still work well without it.

  More info on installing and using Razor can be found
  at http://wiki.apache.org/spamassassin/InstallingRazor .


***************************************************************************
NOTE: the optional Net::Ident module is not installed.

  If you plan to use the --auth-ident option to spamd, you will need
  to install this module.


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

  This is required if the first nameserver listed in your IP
  configuration or /etc/resolv.conf file is available only via
  an IPv6 address.


***************************************************************************
NOTE: the optional IO::Socket::SSL module is not installed.

  If you wish to use SSL encryption to communicate between spamc and
  spamd (the --ssl option to spamd), you need to install this
  module. (You will need the OpenSSL libraries and use the
  ENABLE_SSL="yes" argument to Makefile.PL to build and run an SSL
  compatibile spamc.)


***************************************************************************
NOTE: the optional DBI module is not installed.

  If you intend to use SpamAssassin with an SQL database backend for
  user configuration data, Bayes storage, or other storage, you will need
  to have these installed; both the basic DBI module and the driver for
  your database.


***************************************************************************
NOTE: the optional LWP::UserAgent module is not installed.

  The "sa-update" script requires this module to make HTTP requests.


***************************************************************************
NOTE: the optional HTTP::Date module is not installed.

  The "sa-update" script requires this module to make HTTP
  If-Modified-Since GET requests.


***************************************************************************
NOTE: the optional Archive::Tar (version 1.23) module is not installed.

  The "sa-update" script requires this module to access tar update
  archive files.


***************************************************************************
NOTE: the optional IO::Zlib (version 1.04) module is not installed.

  The "sa-update" script requires this module to access compressed
  update archive files.

REQUIRED module missing: Digest::SHA1
REQUIRED module missing: HTML::Parser
optional module missing: DB_File
optional module missing: Net::DNS
optional module missing: Mail::SPF::Query
optional module missing: IP::Country
optional module missing: Razor2
optional module missing: Net::Ident
optional module missing: IO::Socket::INET6
optional module missing: IO::Socket::SSL
optional module missing: DBI
optional module missing: LWP::UserAgent
optional module missing: HTTP::Date
optional module missing: Archive::Tar
optional module missing: IO::Zlib

warning: some functionality may not be available,
please read the above report before continuing!

论坛徽章:
0
2 [报告]
发表于 2007-04-17 15:24 |只看该作者
然后我在运行make,出现下面的提示:

make: *** No targets specified and no makefile found.  Stop

不知道怎么解决,请高手指点一下...谢谢

论坛徽章:
0
3 [报告]
发表于 2007-04-17 15:26 |只看该作者
对了,我装的是Mail-SpamAssassin-3.1.8版本

论坛徽章:
0
4 [报告]
发表于 2007-04-18 10:40 |只看该作者
z自己顶起 ...

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
5 [报告]
发表于 2007-04-18 11:29 |只看该作者
perl -MCPAN -e "install Mail::SpamAssassin"

论坛徽章:
0
6 [报告]
发表于 2007-04-18 16:37 |只看该作者
如果我的邮件服务器,不能连外网的话,怎么办呢,我的邮件服务器只能在局域网内使用....

论坛徽章:
0
7 [报告]
发表于 2007-04-18 16:46 |只看该作者
我现在只是测试,还没有连入公网.....

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
8 [报告]
发表于 2007-04-18 16:50 |只看该作者
你先到 search.cpan.org 上取得你缺的 perl modules , 並裝好後再來做 SA
請注意, 某些 module 可能還需要其他 module...

  1. REQUIRED module missing: Digest::SHA1
  2. REQUIRED module missing: HTML::Parser
  3. optional module missing: DB_File
  4. optional module missing: Net::DNS
  5. optional module missing: Mail::SPF::Query
  6. optional module missing: IP::Country
  7. optional module missing: Razor2
  8. optional module missing: Net::Ident
  9. optional module missing: IO::Socket::INET6
  10. optional module missing: IO::Socket::SSL
  11. optional module missing: DBI
  12. optional module missing: LWP::UserAgent
  13. optional module missing: HTTP::Date
  14. optional module missing: Archive::Tar
  15. optional module missing: IO::Zlib
复制代码

论坛徽章:
0
9 [报告]
发表于 2007-04-18 17:13 |只看该作者
SA
什么意思啊?

论坛徽章:
0
10 [报告]
发表于 2007-04-18 17:51 |只看该作者
perl modules都安装完了,又该如何呢,还是不行 啊...
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP