我们有一个电子邮件帐户,所有发送邮件的邮件都会发送回去。 最近我看到这封电子邮件,说最终收件人是[email protected] 。 这是完整的电子邮件my-domain.com是我真正的领域:
This is the mail system at host mail.my-domain.com. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance, please send mail to postmaster. If you do so, please include this problem report. You can delete your own text from the attached returned message. The mail system <[email protected]> (expanded from <I>): user unknown Final-Recipient: rfc822; [email protected] Original-Recipient: rfc822; I Action: failed Status: 5.1.1 Diagnostic-Code: x-unix; user unknown
这是否意味着我们的服务器上的一些脚本不断尝试发送和电子邮件到这个电子邮件地址,它一直弹起或有更多的东西呢?
很可能不是 – 任何人都可以使用任何发件人的电子邮件地址发送电子邮件,就像我可以发一张纸邮件,并把你的姓名和地址的背面 – 如果信不能交付,这将是回到你的地址而不是我的地址。 这被称为“反向散射”。
你可以通过使用SPF / DKIM来保护它,但是互联网上的许多服务器不会检查SPF / DKIMlogging,所以它不会让你完全没有后向散射。