前几天托管了一台服务器,网通的IP,使用Mdaemon配置了一个mail server。将一个域名MX记录解析到了这台服务器上,然后发邮件测试了一下,发现发给大的email服务商(gmail hotmail yahoo)都会报550错误:The IP you're using to send mail is not authorized;  发给163  qq  公司邮箱倒是正常。发现发往国外的email会有报错,发给国内基本上正常,看来国外的邮件服务商要求比较严格。我的是新服务器,新IP,估计这个IP的前任发了不少垃圾邮件,做了些“坏事”

中间的解决办法:发现服务器没有开放25  110等基本邮件端口,开启,问题依旧,仍旧不能发送。

Gmail的帮助信息中提到

http://mail.google.com/support/bin/answer.py?answer=10336 的内容

"The IP you're using to send email is not authorized..."(您用于发送电子邮件的 IP 未经授权...)

为了阻止垃圾邮件,Gmail 会在发送邮件的 IP 地址与发送域不匹配时拒绝接收邮件。 要将邮件从您的服务器发送到 Gmail,我们建议您使用您的 ISP 提供的 SMTP 中继。 请注意,目前我们无法将您的 IP 地址列入白名单或视为例外。

这个帮助信息貌似帮助不大,我们基本上不能要求ISP能提供什么SMTP中继服务。

后来在国外的论坛上搜索到这个 http://www.spamhaus.org/lookup.lasso  通过查询我的IP,

211.144.206.xx is listed in the CBL

211.144.206.xx is listed in the PBL

in the following records:

首先是要去从CBL中去除,从这个链接去除,http://cbl.abuseat.org/lookup.cgi

提交之后,大约半小时可生效。然后就可以从http://www.spamhaus.org 去除PBL了。CBL和PBL(Policy Block List)还不是一个地方管理。

点击此 PBL434107 链接,网页上有如下提示,与按钮,点击此按钮。
让国外邮件服务商不再拒收你的邮件,The IP you're using to send mail is not authorized(转)

然后 同意

到如下页面,

让国外邮件服务商不再拒收你的邮件,The IP you're using to send mail is not authorized(转)

第一栏填写 你的IP ,第二栏填写你的mail server上的一个账号,不要使用公共邮箱,然后选择IP所在的国家,输入验证码;选择你的IP地址 和 IP用途,提交即可,过几分钟就能收到系统发给你的邮件,邮件中会有一个5个字符的 字符串,复制下来,填入到网页上来。

让国外邮件服务商不再拒收你的邮件,The IP you're using to send mail is not authorized(转)

让国外邮件服务商不再拒收你的邮件,The IP you're using to send mail is not authorized(转)

系统提示大概过半小时即可从PBL黑名单中去除你的IP,并且会与各邮件厂商同步IP 的list

这样gmail  hotmail  yahoo就可以收到你发的邮件了。

 

//

http://www.spamhaus.org/pbl/removal/form

从这个链接进入PBL的removal

 

相关文章:

  • 2021-10-12
  • 2021-08-09
  • 2021-09-17
  • 2022-12-23
  • 2021-04-15
  • 2021-08-11
  • 2021-08-17
猜你喜欢
  • 2021-09-19
  • 2021-07-04
  • 2021-08-11
  • 2022-12-23
  • 2021-12-02
  • 2021-12-18
相关资源
相似解决方案