DSPAM至今存在的二大难题
1、DSPAM WEB隔离区的使用:按照论坛上说明的将/etc/dspam/dspam.conf文件中
ServerParameters "--deliver=innocent,spam --user extmail -d %u"
改为:
ServerParameters "--user extmail --deliver=innocent"
DSPAM WEB上也设置了Quarantine the message,但始终进不了隔离区。
对于时效性要求很高的生产环境,不可能让每个用户进入extmail进行训练的,必须集中进入DSPAM隔离区由管理员训练。
2、如何将自己收件箱的正常邮件和垃圾邮箱用来训练(DSPAM)?
谁能告诉我这些都能解决了吗??老大!!! 同样关注! 相当关注中。。。。。。 [quote]原帖由 [i]独孤枫[/i] 于 2010-7-1 14:16 发表 [url=http://www.extmail.org/forum/redirect.php?goto=findpost&pid=79984&ptid=15373][img]http://www.extmail.org/forum/images/common/back.gif[/img][/url]
1、DSPAM WEB隔离区的使用:
按照论坛上说明的将/etc/dspam/dspam.conf文件中
ServerParameters "--deliver=innocent,spam --user extmail -d %u"
改为:
ServerParameters "--user extmail --deliver=inn ... [/quote]
第一个问题 你可以 看看 这个
[url]http://www.extmail.org/forum/thread-17278-1-1.html[/url] 那个Quarantine (Empty) 为空的问题,我的解决方法:
1、修改dspam.conf
(1) Preference "spamAction=deliver" -> "spamAction=quarantine"
(2) ServerParameters "--deliver=innocent,spam --user extmail -d %u" -> [color=Red]"--user extmail --deliver=innocent"[/color]
2、修改amavisd.conf
查找“qw(--client --stdout --deliver=innocent,[color=Red]spam[/color] --mode=teft --user extmail)” -> 把"spam"去掉。
3、重启相关服务... 大家试试吧,我这边隔离区是可以显示垃圾邮件了... 注意上述配置文件中的--user $USER 用户必须统一....
页:
[1]