【发布时间】:2021-01-22 21:51:05
【问题描述】:
查看具有 4 个域及其以下 SPF 记录的假设场景:
域名:example.com SPF 记录:v=spf1 包括:otherdomain.com ~all
域名:otherdomain.com SPF 记录:v=spf1 a include:thirddomain.com ~all
域名:thirddomain.com SPF 记录:v=spf1 ip4:1.2.3.4 包括:unsecuredomain.com ~all
域名:unsecuredomain.com SPF 记录:v=spf1 +all
- example.com 使用 otherdomain.com 代表其发送电子邮件并“软失败”任何其他域。
- otherdomain.com 使用自己的 IP 发送电子邮件,还允许 thirddomain.com 代表其发送电子邮件并“软失败”其他域。
- thirddomain.com 使用 IP 1.2.3.4 发送电子邮件,并允许 unsecuredomain.com 代表其发送电子邮件并“软失败”其他域
- unsecuredomain.com 允许任何人代表其发送电子邮件。
问题: 任何人、unsecuredomain.com 或thirddomain.com 都可以代表example.com 发送电子邮件吗? 任何人都可以代表 thirddomain.com 发送电子邮件吗?
谢谢大家
【问题讨论】: