我有问题从我的服务器发送电子邮件到hotmail。 我使用mxtoolbox.com,并在logging或黑名单上报告没有问题。
此外,电子邮件成功gmail …
这是我的mail.log发送电子邮件。
到hotmail:
Sep 4 01:13:50 NewWeb postfix/smtp[2860]: 4CC787FDE1: to=<[email protected]>, relay=mx2.hotmail.com[65.55.92.152]:25, delay=39, delays=38/0.01/0.4/0.76, dsn=2.0.0, status=sent (250 <[email protected]> Queued mail for delivery) Sep 4 01:13:50 NewWeb postfix/qmgr[23903]: 4CC787FDE1: removed
到Gmail:
Sep 4 01:23:26 NewWeb postfix/cleanup[2938]: EA0FF7FDE1: message-id=<[email protected]> Sep 4 01:23:26 NewWeb postfix/qmgr[23903]: EA0FF7FDE1: from=<[email protected]>, size=357, nrcpt=1 (queue active) Sep 4 01:23:26 NewWeb postfix/smtp[2947]: EA0FF7FDE1: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[173.194.70.27]:25, delay=39, delays=38/0/0.08/0.41, dsn=2.0.0, status=sent (250 2.0.0 OK 1378250599 7si16540202eeu.278 - gsmtp) Sep 4 01:23:26 NewWeb postfix/qmgr[23903]: EA0FF7FDE1: removed Sep 4 01:23:32 NewWeb postfix/smtpd[2933]: disconnect from localhost[127.0.0.1]
电子邮件似乎被发送,但它永远不会通过hotmail。 如果你需要其他的configuration文件,我可以在注释中添加它们。
感谢任何人帮我弄清楚这个…
Hotmail会随机拦截一些IP地址,以便让您注册垃圾邮件报告合作伙伴计划。 如果你不这样做,你可以得到你的邮件与这样的消息返回错误:
host mx2.hotmail.com[65.54.188.72] said: 550 SC-001 (BAY004-MC1F54) Unfortunately, messages from xxx.xxx.xxx.xxx weren't sent. Please contact your Internet service provider since part of their network is on our block list. You can also refer your provider to http://mail.live.com…il/troubleshooting.aspx#errors. (in reply to MAIL FROM command)
为了解决这个问题,你可以填写下面的表格(我相信这个表格会允许IP通过hotmail发送到你的地址):
https://support.msn.com/eform.aspx?productKey=edfsmsbl2&ct=eformts
或者这个(这个应该允许服务器发送到所有的hotmail地址):
https://support.msn.com/eform.aspx?productKey=edfsjmrpp&ct=eformts
如果您的客户端虚拟机(邮件不是您的域)的IP地址范围,则您需要在此处注册到智能networking数据服务:
并input您的服务器IP范围。 当人们担心被黑名单时,微软正在让人们注册,或者为反垃圾邮件服务付费。
您也可以在此validation您的黑名单状态:
或在这里:
CappyT是正确的。 问题来自Hotmail服务器。 这是令人难以置信的,也可以看到从微软到这个微软的答案 : 微软的答案
我也遇到过这个问题,我的服务器(没有被列入黑名单),我的信息经过了authentication(spf,dkim)并且格式良好。 我发送电子邮件给成千上万的人。 检查日志,我看到:
postfix / smtp [15617]:B05C066C0E:to = EMAIL,relay = mx1.hotmail.com [65.54.188.110]:25,delay = 2.8,delay = 0.07 / 0.01 / 1.2 / 1.5,dsn = 2.0.0,status =发送(250 EMAIL排队邮件送货)
对于我来说这是一个好的承认。 我没有收到反弹回应,并且邮件从未被传送。 结论:我不得不对我们的会员说要离开hotmail
250 <[email protected]>排队邮件
服务器响应正常状态(250)并通知您,您的消息已被服务器接收并排队。 也许它是垃圾邮件,或者被阻止,但仍然是250。
为了避免这种问题,请设置SPF和DKIM 。