Icinga 通知发送到我的邮箱时被标记为垃圾邮件

Icinga 通知发送到我的邮箱时被标记为垃圾邮件

我正在使用 Gmail,我的域名是 foo.com

我的 icinga 服务器大约有一半的通知,[电子邮件保护]进入我的垃圾邮件文件夹[电子邮件保护]

Received-SPF: fail (google.com: domain of [email protected] does not designate <ip6> as permitted sender) client-ip=<ip6>;
Authentication-Results: mx.google.com;
       spf=hardfail (google.com: domain of [email protected] does not designate <ip6> as permitted sender) [email protected]

我当前的 SPF 记录是否设置为允许我的 icinga 服务器使用该 IP<ip4><ip6>从域 foo.com 发送电子邮件?

;; ANSWER SECTION:
foo.com.               300     IN      TXT     "v=spf1 ip4:<ip4> ip6:<ip6> -all"

编辑 这是两封电子邮件的结果。两封邮件的 IP 地址相同。

Received-SPF: fail (google.com: domain of [email protected] does not designate 198.61.166.51 as permitted sender) client-ip=198.61.166.51;
Authentication-Results: mx.google.com;
       spf=hardfail (google.com: domain of [email protected] does not designate 198.61.166.51 as permitted sender) [email protected]

Received-SPF: pass (google.com: domain of [email protected] designates 198.61.166.51 as permitted sender) client-ip=198.61.166.51;
Authentication-Results: mx.google.com;
       spf=pass (google.com: domain of [email protected] designates 198.61.166.51 as permitted sender) [email protected]

答案1

根据 Gmail:

添加发件人“[电子邮件保护]“添加到您的联系人列表将阻止所有(除了最严重的垃圾邮件之外)电子邮件被标记为垃圾邮件。

相关内容