erp911 发表于 2006-12-21 17:06:29

:'( :'( :'( 没看明白

erp911 发表于 2006-12-25 13:32:10

能不能具体说说怎么做呢?

pear 发表于 2006-12-25 14:08:18

了解差不多..不够确定

erp911 发表于 2006-12-25 19:26:34

创建连接筛选器
要在 Exchange 2003 中创建连接筛选器,请按照下列步骤操作: 1. 启动 Exchange 系统管理器。
2. 展开“全局设置”,右键单击“邮件传递”,然后单击“属性”。
3. 单击“连接筛选”选项卡。
4. 要创建连接筛选规则,请单击“添加”。
5. 在“显示名称”框中,键入连接筛选器的名称。
6. 在“提供程序的 DNS 后缀”框中,键入提供程序追加到 IP 地址中的 DNS 后缀。
7. 在“自定义要返回的错误消息”框中,键入要返回给发件人的自定义错误信息。
在第6步,我 在“提供程序的 DNS 后缀”框中,键入cbl.anti-spam.org.cn。这样就可以了吗?

maple0726 发表于 2006-12-25 22:08:29

记得要在smtp虚拟服务器上启用“连接筛选 ”即可。

如果不放心,可以用telnet测试一下啊。

maple0726 发表于 2006-12-25 22:11:15

对了,中国这几个反垃圾邮件联盟的RBL是免费的,而且不需要申请,配置上就可以使用。

erp911 发表于 2006-12-26 09:07:44

我做了,结果126的,MSN的,gmail的邮件都没收到
126的系统退信:This message is generated by COREMAIL email system.
I'm sorry to have to inform you that the message returned


你发送到lerp911@****.com的邮件由于以下原因被退回 : erp911@***.com Host ***.com(21*.***.***.***) MAIL FROM said 454 5.7.3 Client does not have permission to submit mail to this server.

pear 发表于 2006-12-26 10:00:29

在返回状态码添加127.0.8.2

CBL cbl.anti-spam.org.cn 2.0.0.127.cbl.anti-spam.org.cn. 127.0.8.2
CDL cdl.anti-spam.org.cn 0.0.0.240.cdl.anti-spam.org.cn. 127.0.8.4
CBL+ cblplus.anti-spam.org.cn 2.0.0.127.cblplus.anti-spam.org.cn. 127.0.8.6
CBL- cblless.anti-spam.org.cn 2.0.0.127.cblless.anti-spam.org.cn. 127.0.8.5

这个列表中,描述了 cbl 的返回特征码是: 127.0.8.2 如果你仅想使用这个列表,则应该在返回状态代码中设置这个值。

在 exchange 服务器中,

C:\WINDOWS\system32>ping 2.0.0.127.cbl.anti-spam.org.cn

Pinging 2.0.0.127.cbl.anti-spam.org.cn with 32 bytes of data:

Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128

Ping statistics for 127.0.8.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

说明正常。前提最好是: 网卡的DNS服务器值与SMTP中设置的DNS是相同的

别人告诉我的..

dickpan 发表于 2006-12-26 17:04:04

如何在 Exchange 2003 中配置连接筛选以使用实时阻止列表 (RBL) 以及如何配置收件人筛选
http://support.microsoft.com/kb/823866/zh-cn

erp911 发表于 2006-12-27 10:17:46

楼上的文章已经不知道看了多少次了
还是结合某个具体的实例来学习接受比较快
哪位达人能详细地就使用cbl.anti-spam.org.cn来说说具体地实施步骤
页: 1 [2] 3 4
查看完整版本: 在Exchange 2003中使用RBL进行垃圾邮件过滤的方法