首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >PTR记录/反向DNS在网络托管中的所有用途是什么?

PTR记录/反向DNS在网络托管中的所有用途是什么?
EN

Server Fault用户
提问于 2016-03-27 03:02:35
回答 2查看 519关注 0票数 -4

PTR记录是否用于常见的web托管服务,如: smtp、pop、imap、dns解析、http、https、ftp、ssl和tls?

EN

回答 2

Server Fault用户

发布于 2016-03-27 03:10:37

来自维基百科页面

代码语言:javascript
复制
The most common uses of the reverse DNS include:

- The original use of the rDNS: network troubleshooting via tools such as
  traceroute, ping, and the "Received:" trace header field for SMTP e-mail,
  web sites tracking users (especially on Internet forums), etc.
- One e-mail anti-spam technique: checking the domain names in the rDNS to
  see if they are likely from dialup users, or dynamically assigned
  addresses unlikely to be used by legitimate mail servers. Owners of such
  IP addresses typically assign them generic rDNS names such as
  "1-2-3-4-dynamic-ip.example.com." Some anti-spam filters assume that
  email that originates from such addresses is likely to be spam, and may
  refuse connection.
- A forward-confirmed reverse DNS (FCrDNS) verification can create a form
  of authentication showing a valid relationship between the owner of a
  domain name and the owner of the server that has been given an IP
  address. While not very thorough, this validation is strong enough to
  often be used for whitelisting purposes, mainly because spammers and
  phishers usually can't pass verification for it when they use zombie
  computers to forge domains.
- System logging or monitoring tools often receive entries with the
  relevant devices specified only by IP addresses. To provide more
  human-usable data, these programs often perform a reverse lookup before
  writing the log, thus writing a name rather than the IP address.
票数 2
EN

Server Fault用户

发布于 2016-03-27 04:59:25

用于查找PTR记录的常用方法是由垃圾邮件过滤器完成的。这个想法背后的概念是,在夜间发送电子邮件的垃圾邮件发送使用假域名一般不会有适当的反向PTR设置在ISP DNS区域。此标准用于垃圾邮件筛选器检测垃圾邮件。如果您的域没有适当的反向PTR记录设置,那么大多数电子邮件垃圾邮件过滤软件都会阻止您的邮件服务器发送电子邮件。

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/766300

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档