TDK和各位朋友;谢谢你们!
我按照方法去做了,出现下面的信息:
××××××××××××××××××××××××××××××××××××××××××
The SPF record:
v=spf1 a mx ~all
can be explained as:
v=spf1 This identifies the TXT record as an SPF string.
a ptp.com.cn's IP address is 222.73.255.65.
That server is allowed to send mail from ptp.com.cn.
mx ptp.com.cn has one MX server, shanntx1.
It is allowed to send mail from ptp.com.cn.
If you add more MX servers in the future, they'll automatically be allowed, too.
~all SPF queries that do not match any other mechanism will return "softfail".
Messages that are not sent from an approved server should still be accepted but may be subjected to greater scrutiny.
--------------------------------------------------------------------------------
You need to transfer these records to your DNS server by yourself. No changes can be made by the wizard, it can only provide you with the data that needs to be entered into your DNS server.
If you run BIND
Paste this into your zone file:
ptp.com.cn. IN TXT "v=spf1 a mx ~all"
When a mail server sends a bounce message, it uses a null MAIL FROM: <>, and a HELO address that's supposed to be its own name. SPF will still operate, but in "degraded mode" by using the HELO domain name instead. Because this wizard can't tell which name your mail server uses in its HELO command, it lists all possible names, so there may be multiple lines shown below. If you know which hostname your mail server uses in its HELO command, you should pick out the appropriate entries and ignore the rest.
So this should also appear in DNS. You may or may not be in charge of the DNS for these entries; if you are, add them.
shanntx1.ptp.com.cn. IN TXT "v=spf1 a -all"
If you run tinydns (djbdns)
'ptp.com.cn:v=spf1 a mx ~all:3600
'shanntx1.ptp.com.cn:v=spf1 a -all:3600
然后我到我们的域名注册商(Hichina)的Diy域名管理中,看到了添加txt文本信息;
但我不知
主机名写什么? 是直接的域名还是我的mx记录主机啊
文本信息写什么?
我脑袋不灵活,请大家再指点下。 |