场景说明:

如果要将DMARC报告发送到记录所在的域以外,则接收域需要配置DNS记录,以便电子邮件服务提供商知道收件人指定报告授权。

=====================================================================================

知识点说明:

关联RFC: RFC-7489

Verifying External Destinations

It is possible to specify destinations for the different reports that are outside the authority of the Domain Owner making the request. This allows domains that do not operate mail servers to request reports and have them go someplace that is able to receive and process them. Without checks, this would allow a bad actor to publish a DMARC policy record that requests that reports be sent to a victim address, and then send a large volume of mail that will fail both DKIM and SPF checks to a wide variety of destinations; the victim will in turn be flooded with unwanted reports. Therefore, a verification mechanism is included.

大意:可以为发出请求的域所有者的指定他域目的地址。这允许没运行邮件服务器的域将请求报告发送到能够接收和处理的邮箱中。

但是如果没有检查机制,这将出现不良的参与者发布DMARC政策记录,要求将报告发送到受害者地址,然后发送大量邮件,使DKIM和SPF检查都无法通过的情况下,

受害者将会收到不必要的报告邮件攻击。因此,需要有一个验证机制。

验证机制即在收报告的邮箱所在域中,增加一个TXT记录,其主机名为:    发送域._report._dmarc.,其内容为:  v=DMARC1

例如:如果您的域是lucky.cn,并且您想要将报告发送到gao@lucky.com.cn,那么需要在lucky.com.cn的域名解析中,增加一条TXT记录,其主机名为:

lucky.cn._report._dmarc,其内容为   v=DMARC1

待解析生效后,即完成报告授权。

最新文章

  1. Excel—SUMPRODUCT用法指南
  2. 借助 Lucene.Net 构建站内搜索引擎(上)
  3. SDN与NFV技术在云数据中心的规模应用探讨
  4. 介绍编译的less的两种IDE工具
  5. java基础-接口
  6. lamp环境编译(实际通过)
  7. python_day7【模块configparser、XML、requests、shutil、系统命令-面向对象】之篇
  8. 利用python2.7正则表达式进行豆瓣电影Top250的网络数据采集及MySQL数据库操作
  9. JMeter重要知识点汇总
  10. 基于zabbix 内置key的应用
  11. java下io文件切割合并功能加配置文件
  12. JavaScript 【 IE中的XML DOM 】
  13. Sql Server (错误:7302)
  14. [jQuery]on和bind事件绑定的区别
  15. Android的主线程和子线程
  16. opencv 图片缩放
  17. Linux之find
  18. Linux运维平台工具:pstree、ps、top、htop、free、vmstat、dstat、kill、killall
  19. script & scriptreplay
  20. Git 安装(分布式版本控制系统)

热门文章

  1. 2019-8-31-C#-字典-Dictionary-的-TryGetValue-与先判断-ContainsKey-然后-Get-的性能对比
  2. Linux内存 mem 和 swap
  3. file对象的获取 radio值的获取
  4. yii2中使用定义在 params.php文件中的配置
  5. 关于Modelsim安装闪退
  6. 【JZOJ6274】梦境
  7. NIO 详解
  8. java反射获取和设置实体类的属性值 递归所有父类
  9. [SNOI 2017] 炸弹
  10. 线程池_ThreadPool