有些电子邮件正在发送,有些已退回

有些电子邮件正在发送,有些已退回

我有自己的 VPS,上面有一个网站在运行(控制面板:directadmin)。当我发送邮件时,有些邮件会被发送(hotmail、gmail、[电子邮件保护],...), 其他则不是([电子邮件保护]),其他邮件则在列入灰名单后才投递([电子邮件保护])。

/var/log/exim/mainlog

这可能是什么原因造成的?问题出在发送方还是接收方?案例 1:[电子邮件保护](发表)

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:[电子邮件保护](未送达)

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:[电子邮件保护](灰名单)

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 中的“来自”与case2 中的不同:[电子邮件保护]或者[电子邮件保护]

谢谢你的时间!

答案1

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

我会联系他们的邮政局长,看看是否可以将您的域名列入白名单。这样,您发送的任何邮件都无需经过其他邮件服务器的 SMTP 垃圾邮件检查即可送达。

他们可能有多个邮件服务器负载平衡,而您却违反了这些邮件服务器的垃圾邮件规则。因此导致您无法投递邮件。我们非常保护我们的邮件服务器 IP,因为在网络上建立发送电子邮件的良好声誉可能需要很长时间,而毁掉它则没有时间。

另一种选择是设置您的邮件服务器以通过较大的电子邮件提供商中继所有电子邮件,这些提供商通常默认列入白名单和/或有工作人员来管理此类问题。

祝你好运!

相关内容