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

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

从我的icinga服务器[email protected]的大约一半通知我的垃圾邮件文件夹为[email protected]

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] 

我目前的SPFlogging是否设置为允许我的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] 

根据Gmail:

将发件人“[email protected]”添加到“联系人列表”中,可以防止垃圾邮件等垃圾邮件被标记为垃圾邮件。