要为站点的 OpenEMM 服务器 (emm.example.com.sg) 设置 SPF:
domain: example.com.sg
web server: www.example.com.sg
EMM server: emm.example.com.sg (say, ip: 201.202.203.204)
example.com.sg 域名由外部供应商注册。我应该告诉供应商如何设置 TXT 记录?
答案1
取决于你想要什么。如果需要丢弃来自 MX 服务器以外的任何邮件,则这样做就足够了:
v=spf1 mx -all
更多示例可参见维基百科
并根据以下评论给出答案:
v=spf1 mx ip4:201.202.203.204 -all