一些电子邮件正在交付,一些返回

我有自己的VPS站点正在运行(控制面板:directadmin)。 当我发送邮件时,有一些邮件正在发送(hotmail,gmail,[email protected],…),其他邮件不是([email protected]),其他人在被发送邮件后发送([email protected])。

在/ var /日志/进出口/ mainlog

这可能是什么原因? 问题是发件人端还是接收端? 案例1:[email protected](交付)

2012-06-20 15:02:03 1ShKXr-0005Sc-7g <= [email protected] U=apache P=local S=1319 T="Password reset" from <[email protected]> for [email protected] 2012-06-20 15:02:03 1ShKXr-0005Sc-7g gmail-smtp-in-v4v6.l.google.com [2a00:1450:8005::1b] Network is unreachable 2012-06-20 15:02:03 1ShKXr-0005Sc-7g => [email protected] F=<[email protected]> R=lookuphost T=remote_smtp S=1355 H=gmail-smtp-in-v4v6.l.google.com [173.194.67.27] X=TLSv1:RC4-SHA:128 C="250 2.0.0 OK 1340196103 cp4si34336466wib.14" 2012-06-20 15:02:03 1ShKXr-0005Sc-7g Completed 

情况2:[email protected](未送达)

 2012-06-21 09:57:14 1ShcGQ-0007No-5H <= [email protected] H=localhost ([91.230.245.141]) [127.0.0.1] P=esmtpa A=login:[email protected] S=740 [email protected] T="hey" from <[email protected]> for [email protected] 2012-06-21 09:57:14 1ShcGQ-0007No-5H ** [email protected] F=<[email protected]> R=virtual_aliases: 2012-06-21 09:57:14 1ShcGQ-0007Nt-7Z <= <> R=1ShcGQ-0007No-5H U=mail P=local S=1546 T="Mail delivery failed: returning message to sender" from <> for [email protected] 2012-06-21 09:57:14 1ShcGQ-0007No-5H Completed 2012-06-21 09:57:14 1ShcGQ-0007Nt-7Z => info <[email protected]> F=<> R=virtual_user T=virtual_localdelivery S=1643 2012-06-21 09:57:14 1ShcGQ-0007Nt-7Z Completed 

案例3:[email protected](灰名单)

 2012-06-21 15:29:02 1ShhRW-000862-BV <= [email protected] H=localhost ([91.230.245.141]) [127.0.0.1] P=esmtpa A=login:[email protected] S=782 [email protected] T="testmail squirrel" from <[email protected]> for [email protected] 2012-06-21 15:29:02 1ShhRW-000862-BV SMTP error from remote mail server after RCPT TO:<[email protected]>: host mx-cluster-b1.one.com [195.47.247.194]: 450 4.7.1 <[email protected]>: Recipient address rejected: Greylisted for 5 minutes 2012-06-21 15:29:02 1ShhRW-000862-BV == [email protected] R=lookuphost T=remote_smtp defer (-44): SMTP error from remote mail server after RCPT TO:<[email protected]>: host mx-cluster-b2.one.com [195.47.247.195]: 450 4.7.1 <[email protected]>: Recipient address rejected: Greylisted for 5 minutes 

注意case1中的“from”不同于case2:[email protected][email protected]

谢谢你的时间!

这似乎是收件人域上的服务器端。

我会联系他们的邮局主pipe,看看你是否可以让你的域名上市。 这样,您发送的任何邮件都将不经过与其他邮件服务器相同的SMTP垃圾邮件检查。

他们可以有多个邮件服务器的负载平衡,你正在达到垃圾邮件规则。 因此导致你无法交付。 我们对我们的邮件服务器IP非常保护,因为在网上发送正面的声誉需要很长的时间才能发送邮件,并且没有时间毁掉它。

另一种select是将邮件服务器设置为通过一个更大的电子邮件提供商转发所有的电子邮件,这些电子邮件提供商通常默认情况下是白名单,和/或有一个人员来pipe理这类问题。

祝你好运!