Paste this into your zone file:
mail3.***.com. IN TXT "v=spf1 a mx ptr"
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.
smtp-relay.diyixian.com. IN TXT "v=spf1 a -all"
smtp-relay.dyxnet.com. IN TXT "v=spf1 a -all"
不是太明这东东。
要我在zone里面添加内容。。。但我不知要怎么添加。。。新手来的。。
请各位指教~
请搜索关键字 SPF
搜索SPF
知道//
但不知要怎么着添加内容。。
假设你的smtp发信服务器是smtp.domain.com(domain是你的域名).你在 domain的zone文件中增加
smtp IN TXT "v=spf1 a -all"
然后reload bind.
还是不明。。
domain的zone。。是在named.conf??
你的named.conf中 有类似
zone "domain.com" {
type hint;
file "domain";
};
打开那个file所写的domain文件
你会加A记录吗? 和加A记录一样.
不会。。
这个邮件服务器不是我做的。。他离职。。才接手的。。、
reload bind应怎么做??
会员注册
会员登录
个人空间
发表评论