标题: mail服务器ip被cbl.abuseat.org列入黑名单 [打印本页] 作者: yanzhengkai303 时间: 2008-8-22 15:09 标题: mail服务器ip被cbl.abuseat.org列入黑名单 我的mail的ip被列入黑名单,我的ip与公网接口ip是一个.
is currently listed in the CBL.
It was detected at 2008-08-20 00:00 GMT (+/- 30 minutes), approximately 2 days, 6 hours, 59 minutes ago.
It has been relisted following a previous removal at 2008-07-11 02:02 GMT
ATTENTION: At the time of detection, this IP was infected with, or NATting for a computer infected with a high volume spam sending trojan - it is participating or facilitating a botnet sending spam or spreading virus/spam trojans.
ATTENTION: if you simply repeatedly remove this IP address from the CBL without correcting the problem, the CBL WILL stop letting you delist it.
This is the Cutwail BOT
You MUST patch your system and then fix/remove the trojan. Do this before delisting, or you're most likely to be listed again almost immediately.
If this IP is a NAT firewall/gateway, you MUST configure the NAT to prevent outbound port 25 connections to the Internet except from your real mail servers.
这已经是第二次了,请问什么原因作者: jgym 时间: 2008-8-22 15:54
到 cbl.abuseat.org
上 点几下 申请注销 黑名单就行了作者: apples2010 时间: 2008-8-22 17:33 标题: 申请注销是可以,但是一段时间有给加入了。 可能原因:
A. 局域网中某一电脑曾经中过蠕虫病毒,发送大量病毒/垃圾邮件,导致公司出口IP被列入
B. 公司获取的IP前曾经被垃圾制造者利用,被列入RBL作者: heieye104 时间: 2008-8-22 18:22
是否被人中继了作者: yang9999 时间: 2008-8-25 09:25
前些时候我这里也是,申请注销了以后,马上又会被加入,我好象试了4,5次后才没再被加入,不过对邮件使用者也要说一下,让大家不要发送跟工作无关的垃圾邮件.作者: yanzhengkai303 时间: 2008-8-26 10:35 标题: 请解释 CISCO
These are generally applicable to most (all?) CISCO firewalls:
First you need to create an access list describing the traffic (X.X.X.X is the IP address of your mail server. Add more lines if you have more than one)
access-list acl_out permit tcp host X.X.X.X any eq 25
access-list acl_out deny tcp any any eq 25
... any other outbound rules you may want go here ...
access-list acl_out permit ip any any
Then you need to apply that access-list to the inside interface (because it is being checked on the inside before it goes out)