我是管理任务的新手:(。 我尝试核心设置我的SPF记录。 目前的SPF记录是 mydomain.com.au TXT v = spf1 ip4:198.12.83.12~all
http://www.kitterman.com/ SPF验证员给了我这个
SPF record lookup and validation for: mydomain.com.au
SPF records are published in DNS as TXT records.
The TXT records found for your domain are:
v=spf1 198.12.83.12 ~all
Checking to see if there is a valid SPF record.
Found v=spf1 record for eliquissurvey.com.au:
v=spf1 ip4:198.12.83.12 ~all
evaluating...
Results - PermError SPF Permanent Error: Missing IP4: 198.12.83.12
这是我在垃圾邮件文件夹中收到的Gmail信件的标题。
Delivered-To: mymail@gmail.com
Received: by 10.25.207.137 with SMTP id f131csp3236165lfg;
Thu, 26 Feb 2015 02:04:15 -0800 (PST)
X-Received: by 10.229.70.201 with SMTP id e9mr16802785qcj.6.1424945052932;
Thu, 26 Feb 2015 02:04:12 -0800 (PST)
Return-Path: <admin@mydomain.com.au>
Received: from electron.atomiclayer.com (electron.atomiclayer.com. [198.12.83.12])
by mx.google.com with ESMTP id 63si211012qhy.111.2015.02.26.02.04.12
for <mymail@gmail.com>;
Thu, 26 Feb 2015 02:04:12 -0800 (PST)
Received-SPF: softfail (google.com: domain of transitioning admin@mydomain.com.au does not designate 198.12.83.12 as permitted sender) client-ip=198.12.83.12;
Authentication-Results: mx.google.com;
spf=softfail (google.com: domain of transitioning admin@mydomain.com.au does not designate 198.12.83.12 as permitted sender) smtp.mail=admin@mydomain.com.au
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=mydomain.com.au; b=clMHsk8kJHFNxNRTXc4pWaSgSVFuJJkddQykcHqOK48ydH4uQlqYohK9cYEYRy+o04IakSYYR7zxVpIKQXIjXPpg/kNYeZKga43obbSHYPagXLVB9v+SWbHf6yiSljmE; h=Received:MIME-Version:From:To:Date:Subject:Content-Type:Content-Transfer-Encoding:Message-ID;
Received: from ELECTRON ([127.0.0.1]) by electron.atomiclayer.com with MailEnable ESMTP; Thu, 26 Feb 2015 10:03:11 -0800
MIME-Version: 1.0
From: admin@mydomain.com.au
To: mymail@gmail.com
Date: 26 Feb 2015 10:03:11 -0800
Subject: Reminder for My Questionnaire - Follow
up for your participation
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: base64
Message-ID: <451B2A87E2FC4553A76C21B096788B9C.MAI@electron.atomiclayer.com>
Gmail似乎不允许 198.12.83.12 作为允许的发件人?为什么? 可能有黑名单,垃圾邮件过滤器或我向Gmail发送电子邮件时应该关注的事项吗?
答案 0 :(得分:0)
顺便说一句,语法非常简单:
class CoffeeShop {
@Inject
private Coffee theCoffee = null;
public Coffee getTheCoffee();
public void setTheCoffee();
}
它还支持v=spf1 ip4:1.2.3.4 ip4:1.2.3.4 ~all
,mx
,a
。