-
Notifications
You must be signed in to change notification settings - Fork 4
/
draft-ietf-dmarc-psd-14.html
870 lines (820 loc) · 47.7 KB
/
draft-ietf-dmarc-psd-14.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/">
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>Experimental DMARC Extension For Public Suffix Domains </title>
<style type="text/css" title="Xml2Rfc (sans serif)">
/*<![CDATA[*/
a {
text-decoration: none;
}
/* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
a.info {
/* This is the key. */
position: relative;
z-index: 24;
text-decoration: none;
}
a.info:hover {
z-index: 25;
color: #FFF; background-color: #900;
}
a.info span { display: none; }
a.info:hover span.info {
/* The span will display just on :hover state. */
display: block;
position: absolute;
font-size: smaller;
top: 2em; left: -5em; width: 15em;
padding: 2px; border: 1px solid #333;
color: #900; background-color: #EEE;
text-align: left;
}
a.smpl {
color: black;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
address {
margin-top: 1em;
margin-left: 2em;
font-style: normal;
}
body {
color: black;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10pt;
max-width: 55em;
}
cite {
font-style: normal;
}
dd {
margin-right: 2em;
}
dl {
margin-left: 2em;
}
ul.empty {
list-style-type: none;
}
ul.empty li {
margin-top: .5em;
}
dl p {
margin-left: 0em;
}
dt {
margin-top: .5em;
}
h1 {
font-size: 14pt;
line-height: 21pt;
page-break-after: avoid;
}
h1.np {
page-break-before: always;
}
h1 a {
color: #333333;
}
h2 {
font-size: 12pt;
line-height: 15pt;
page-break-after: avoid;
}
h3, h4, h5, h6 {
font-size: 10pt;
page-break-after: avoid;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
color: black;
}
img {
margin-left: 3em;
}
li {
margin-left: 2em;
margin-right: 2em;
}
ol {
margin-left: 2em;
margin-right: 2em;
}
ol p {
margin-left: 0em;
}
p {
margin-left: 2em;
margin-right: 2em;
}
pre {
margin-left: 3em;
background-color: lightyellow;
padding: .25em;
}
pre.text2 {
border-style: dotted;
border-width: 1px;
background-color: #f0f0f0;
width: 69em;
}
pre.inline {
background-color: white;
padding: 0em;
}
pre.text {
border-style: dotted;
border-width: 1px;
background-color: #f8f8f8;
width: 69em;
}
pre.drawing {
border-style: solid;
border-width: 1px;
background-color: #f8f8f8;
padding: 2em;
}
table {
margin-left: 2em;
}
table.tt {
vertical-align: top;
}
table.full {
border-style: outset;
border-width: 1px;
}
table.headers {
border-style: outset;
border-width: 1px;
}
table.tt td {
vertical-align: top;
}
table.full td {
border-style: inset;
border-width: 1px;
}
table.tt th {
vertical-align: top;
}
table.full th {
border-style: inset;
border-width: 1px;
}
table.headers th {
border-style: none none inset none;
border-width: 1px;
}
table.left {
margin-right: auto;
}
table.right {
margin-left: auto;
}
table.center {
margin-left: auto;
margin-right: auto;
}
caption {
caption-side: bottom;
font-weight: bold;
font-size: 9pt;
margin-top: .5em;
}
table.header {
border-spacing: 1px;
width: 95%;
font-size: 10pt;
color: white;
}
td.top {
vertical-align: top;
}
td.topnowrap {
vertical-align: top;
white-space: nowrap;
}
table.header td {
background-color: gray;
width: 50%;
}
table.header a {
color: white;
}
td.reference {
vertical-align: top;
white-space: nowrap;
padding-right: 1em;
}
thead {
display:table-header-group;
}
ul.toc, ul.toc ul {
list-style: none;
margin-left: 1.5em;
margin-right: 0em;
padding-left: 0em;
}
ul.toc li {
line-height: 150%;
font-weight: bold;
font-size: 10pt;
margin-left: 0em;
margin-right: 0em;
}
ul.toc li li {
line-height: normal;
font-weight: normal;
font-size: 9pt;
margin-left: 0em;
margin-right: 0em;
}
li.excluded {
font-size: 0pt;
}
ul p {
margin-left: 0em;
}
.comment {
background-color: yellow;
}
.center {
text-align: center;
}
.error {
color: red;
font-style: italic;
font-weight: bold;
}
.figure {
font-weight: bold;
text-align: center;
font-size: 9pt;
}
.filename {
color: #333333;
font-weight: bold;
font-size: 12pt;
line-height: 21pt;
text-align: center;
}
.fn {
font-weight: bold;
}
.hidden {
display: none;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.title {
color: #990000;
font-size: 18pt;
line-height: 18pt;
font-weight: bold;
text-align: center;
margin-top: 36pt;
}
.vcardline {
display: block;
}
.warning {
font-size: 14pt;
background-color: yellow;
}
@media print {
.noprint {
display: none;
}
a {
color: black;
text-decoration: none;
}
table.header {
width: 90%;
}
td.header {
width: 50%;
color: black;
background-color: white;
vertical-align: top;
font-size: 12pt;
}
ul.toc a::after {
content: leader('.') target-counter(attr(href), page);
}
ul.ind li li a {
content: target-counter(attr(href), page);
}
.print2col {
column-count: 2;
-moz-column-count: 2;
column-fill: auto;
}
}
@page {
@top-left {
content: "Internet-Draft";
}
@top-right {
content: "December 2010";
}
@top-center {
content: "Abbreviated Title";
}
@bottom-left {
content: "Doe";
}
@bottom-center {
content: "Expires June 2011";
}
@bottom-right {
content: "[Page " counter(page) "]";
}
}
@page:first {
@top-left {
content: normal;
}
@top-right {
content: normal;
}
@top-center {
content: normal;
}
}
/*]]>*/
</style>
<link href="#rfc.toc" rel="Contents">
<link href="#rfc.section.1" rel="Chapter" title="1 Introduction">
<link href="#rfc.section.1.1" rel="Chapter" title="1.1 Example">
<link href="#rfc.section.1.2" rel="Chapter" title="1.2 Discussion">
<link href="#rfc.section.2" rel="Chapter" title="2 Terminology and Definitions">
<link href="#rfc.section.2.1" rel="Chapter" title="2.1 Conventions Used in This Document">
<link href="#rfc.section.2.2" rel="Chapter" title="2.2 Public Suffix Domain (PSD)">
<link href="#rfc.section.2.3" rel="Chapter" title="2.3 Organizational Domain">
<link href="#rfc.section.2.4" rel="Chapter" title="2.4 Longest PSD">
<link href="#rfc.section.2.5" rel="Chapter" title="2.5 Public Suffix Operator (PSO)">
<link href="#rfc.section.2.6" rel="Chapter" title="2.6 PSO Controlled Domain Names">
<link href="#rfc.section.2.7" rel="Chapter" title="2.7 Non-existent Domains">
<link href="#rfc.section.3" rel="Chapter" title="3 PSD DMARC Updates to DMARC Requirements">
<link href="#rfc.section.3.1" rel="Chapter" title="3.1 General Updates">
<link href="#rfc.section.3.2" rel="Chapter" title='3.2 Changes in Section 6.3 "General Record Format"'>
<link href="#rfc.section.3.3" rel="Chapter" title='3.3 Changes in Section 6.5 "Domain Owner Actions"'>
<link href="#rfc.section.3.4" rel="Chapter" title='3.4 Changes in Section 6.6.1 "Extract Author Domain"'>
<link href="#rfc.section.3.5" rel="Chapter" title='3.5 Changes in Section 6.6.3 "Policy Discovery"'>
<link href="#rfc.section.3.6" rel="Chapter" title='3.6 Changes in Section 7 "DMARC Feedback"'>
<link href="#rfc.section.4" rel="Chapter" title="4 Privacy Considerations">
<link href="#rfc.section.5" rel="Chapter" title="5 Security Considerations">
<link href="#rfc.section.6" rel="Chapter" title="6 IANA Considerations">
<link href="#rfc.section.6.1" rel="Chapter" title="6.1 Subdomain Policy Tag">
<link href="#rfc.references" rel="Chapter" title="7 References">
<link href="#rfc.references.1" rel="Chapter" title="7.1 Normative References">
<link href="#rfc.references.2" rel="Chapter" title="7.2 Informative References">
<link href="#rfc.appendix.A" rel="Chapter" title="A PSD DMARC Privacy Concern Mitigation Experiment">
<link href="#rfc.appendix.B" rel="Chapter" title="B DMARC PSD Registry Examples">
<link href="#rfc.appendix.B.1" rel="Chapter" title="B.1 DMARC PSD DNS Query Service">
<link href="#rfc.appendix.B.2" rel="Chapter" title="B.2 DMARC Public Suffix Domain (PSD) Registry">
<link href="#rfc.appendix.B.3" rel="Chapter" title="B.3 DMARC PSD PSL Extension">
<link href="#rfc.appendix.C" rel="Chapter" title="C Implementations">
<link href="#rfc.appendix.C.1" rel="Chapter" title="C.1 Authheaders Module">
<link href="#rfc.appendix.C.2" rel="Chapter" title="C.2 Zdkimfilter Module">
<link href="#rfc.acknowledgements" rel="Chapter">
<link href="#rfc.authors" rel="Chapter">
<meta name="generator" content="xml2rfc version 3.8.0 - https://tools.ietf.org/tools/xml2rfc" />
<link rel="schema.dct" href="http://purl.org/dc/terms/" />
<meta name="dct.creator" content="Kitterman, S. and T. Wicinski, Ed." />
<meta name="dct.identifier" content="urn:ietf:id:draft-ietf-dmarc-psd-14" />
<meta name="dct.issued" scheme="ISO8601" content="2021-05-26" />
<meta name="dct.abstract" content="Domain-based Message Authentication, Reporting, and Conformance (DMARC) permits a domain-controlling organization to express domain-level policies and preferences for message validation, disposition, and reporting, which a mail-receiving organization can use to improve mail handling. DMARC distinguishes the portion of a name that is a Public Suffix Domain (PSD), below which organizational domain names are created. The basic DMARC capability allows organizational domains to specify policies that apply to their subdomains, but it does not give that capability to PSDs. This document describes an extension to DMARC to fully enable DMARC functionality for PSDs. Some implementations of DMARC consider a PSD to be ineligible for DMARC enforcement. This specification addresses that case. " />
<meta name="description" content="Domain-based Message Authentication, Reporting, and Conformance (DMARC) permits a domain-controlling organization to express domain-level policies and preferences for message validation, disposition, and reporting, which a mail-receiving organization can use to improve mail handling. DMARC distinguishes the portion of a name that is a Public Suffix Domain (PSD), below which organizational domain names are created. The basic DMARC capability allows organizational domains to specify policies that apply to their subdomains, but it does not give that capability to PSDs. This document describes an extension to DMARC to fully enable DMARC functionality for PSDs. Some implementations of DMARC consider a PSD to be ineligible for DMARC enforcement. This specification addresses that case. " />
</head>
<body>
<table class="header">
<tbody>
<tr>
<td class="left">Network Working Group</td>
<td class="right">S. Kitterman</td>
</tr>
<tr>
<td class="left">Internet-Draft</td>
<td class="right">fTLD Registry Services</td>
</tr>
<tr>
<td class="left">Intended status: Experimental</td>
<td class="right">T. Wicinski, Ed.</td>
</tr>
<tr>
<td class="left">Expires: November 27, 2021</td>
<td class="right">May 26, 2021</td>
</tr>
</tbody>
</table>
<p class="title">Experimental DMARC Extension For Public Suffix Domains <br />
<span class="filename">draft-ietf-dmarc-psd-14</span></p>
<h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1>
<p>Domain-based Message Authentication, Reporting, and Conformance (DMARC) permits a domain-controlling organization to express domain-level policies and preferences for message validation, disposition, and reporting, which a mail-receiving organization can use to improve mail handling.</p>
<p>DMARC distinguishes the portion of a name that is a Public Suffix Domain (PSD), below which organizational domain names are created. The basic DMARC capability allows organizational domains to specify policies that apply to their subdomains, but it does not give that capability to PSDs. This document describes an extension to DMARC to fully enable DMARC functionality for PSDs.</p>
<p>Some implementations of DMARC consider a PSD to be ineligible for DMARC enforcement. This specification addresses that case.</p>
<h1 id="rfc.status"><a href="#rfc.status">Status of This Memo</a></h1>
<p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
<p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.</p>
<p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."</p>
<p>This Internet-Draft will expire on November 27, 2021.</p>
<h1 id="rfc.copyrightnotice"><a href="#rfc.copyrightnotice">Copyright Notice</a></h1>
<p>Copyright (c) 2021 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
<p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.</p>
<hr class="noprint" />
<h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1>
<ul class="toc">
<li>1. <a href="#rfc.section.1">Introduction</a>
</li>
<ul><li>1.1. <a href="#rfc.section.1.1">Example</a>
</li>
<li>1.2. <a href="#rfc.section.1.2">Discussion</a>
</li>
</ul><li>2. <a href="#rfc.section.2">Terminology and Definitions</a>
</li>
<ul><li>2.1. <a href="#rfc.section.2.1">Conventions Used in This Document</a>
</li>
<li>2.2. <a href="#rfc.section.2.2">Public Suffix Domain (PSD)</a>
</li>
<li>2.3. <a href="#rfc.section.2.3">Organizational Domain</a>
</li>
<li>2.4. <a href="#rfc.section.2.4">Longest PSD</a>
</li>
<li>2.5. <a href="#rfc.section.2.5">Public Suffix Operator (PSO)</a>
</li>
<li>2.6. <a href="#rfc.section.2.6">PSO Controlled Domain Names</a>
</li>
<li>2.7. <a href="#rfc.section.2.7">Non-existent Domains</a>
</li>
</ul><li>3. <a href="#rfc.section.3">PSD DMARC Updates to DMARC Requirements</a>
</li>
<ul><li>3.1. <a href="#rfc.section.3.1">General Updates</a>
</li>
<li>3.2. <a href="#rfc.section.3.2">Changes in Section 6.3 "General Record Format"</a>
</li>
<li>3.3. <a href="#rfc.section.3.3">Changes in Section 6.5 "Domain Owner Actions"</a>
</li>
<li>3.4. <a href="#rfc.section.3.4">Changes in Section 6.6.1 "Extract Author Domain"</a>
</li>
<li>3.5. <a href="#rfc.section.3.5">Changes in Section 6.6.3 "Policy Discovery"</a>
</li>
<li>3.6. <a href="#rfc.section.3.6">Changes in Section 7 "DMARC Feedback"</a>
</li>
</ul><li>4. <a href="#rfc.section.4">Privacy Considerations</a>
</li>
<li>5. <a href="#rfc.section.5">Security Considerations</a>
</li>
<li>6. <a href="#rfc.section.6">IANA Considerations</a>
</li>
<ul><li>6.1. <a href="#rfc.section.6.1">Subdomain Policy Tag</a>
</li>
</ul><li>7. <a href="#rfc.references">References</a>
</li>
<ul><li>7.1. <a href="#rfc.references.1">Normative References</a>
</li>
<li>7.2. <a href="#rfc.references.2">Informative References</a>
</li>
</ul><li>Appendix A. <a href="#rfc.appendix.A">PSD DMARC Privacy Concern Mitigation Experiment</a>
</li>
<li>Appendix B. <a href="#rfc.appendix.B">DMARC PSD Registry Examples</a>
</li>
<ul><li>B.1. <a href="#rfc.appendix.B.1">DMARC PSD DNS Query Service</a>
</li>
<li>B.2. <a href="#rfc.appendix.B.2">DMARC Public Suffix Domain (PSD) Registry</a>
</li>
<li>B.3. <a href="#rfc.appendix.B.3">DMARC PSD PSL Extension</a>
</li>
</ul><li>Appendix C. <a href="#rfc.appendix.C">Implementations</a>
</li>
<ul><li>C.1. <a href="#rfc.appendix.C.1">Authheaders Module</a>
</li>
<li>C.2. <a href="#rfc.appendix.C.2">Zdkimfilter Module</a>
</li>
</ul><li><a href="#rfc.acknowledgements">Acknowledgements</a>
</li>
<li><a href="#rfc.authors">Authors' Addresses</a>
</li>
</ul>
<h1 id="rfc.section.1">
<a href="#rfc.section.1">1.</a> <a href="#intro" id="intro">Introduction</a>
</h1>
<p id="rfc.section.1.p.1">DMARC <a href="#RFC7489" class="xref">[RFC7489]</a> provides a mechanism for publishing organizational policy information to email receivers. DMARC allows policy to be specified for both individual domains and for organizational domains and their sub-domains within a single organization.</p>
<p id="rfc.section.1.p.2">To determine the organizational domain for a message under evaluation, and thus where to look for a policy statement, DMARC makes use of a public suffix list. The process for doing this can be found in Section 3.2 of the DMARC specification. Currently, the public suffix list being used is the most common one that is maintained by the Mozilla Foundation and made public at <a href="http://publicsuffix.org">http://publicsuffix.org</a>.</p>
<p id="rfc.section.1.p.3">In the basic DMARC model, Public Suffix Domains (PSDs) are not organizational domains and are thus not subject to DMARC processing. In DMARC, domains fall into one of three categories: organizational domains, sub-domains of organizational domains, or PSDs. A PSD can only publish DMARC policy for itself, and not for any sub-domains under it. In some cases, this limitation allows for the abuse of non-existent organizational-level domains and hampers identification of domain abuse in email.</p>
<p id="rfc.section.1.p.4">This document specifies experimental updates to the DMARC specification cited above, in an attempt to mitigate this abuse.</p>
<h1 id="rfc.section.1.1">
<a href="#rfc.section.1.1">1.1.</a> <a href="#example" id="example">Example</a>
</h1>
<p id="rfc.section.1.1.p.1">As an example, imagine a Top-Level Domain (TLD), ".example", that has public subdomains for government and commercial use (".gov.example" and ".com.example"). The maintainer of a list of such a PSD structure would include entries for both of these sub-domains, thereby indicating that they are PSDs, below which organizational domains can be registered. Suppose further that there exists a legitimate domain called "tax.gov.example", registered within ".gov.example".</p>
<p id="rfc.section.1.1.p.2">However, by exploiting the typically unauthenticated nature of email, there are regular malicious campaigns to impersonate this organization that use similar-looking ("cousin") domains such as "t4x.gov.example". Such domains are not registered.</p>
<pre>
_dmarc.gov.example. IN TXT ( "v=DMARC1; p=reject;"
"rua=mailto:[email protected]" )
</pre>
<p id="rfc.section.1.1.p.3">Within the ".gov.example" public suffix, use of DMARC has been mandated, so "gov.example" publishes the following DMARC DNS record: </p>
<p id="rfc.section.1.1.p.4">Defensively registering all variants of "tax" is not a scalable strategy. The intent of this specification, therefore, is to enhance the DMARC discovery method by enabling an agent receiving such a message to be able to determine that a relevant policy is present at "gov.example", which is precluded by the current DMARC specification. </p>
<h1 id="rfc.section.1.2">
<a href="#rfc.section.1.2">1.2.</a> <a href="#discussion" id="discussion">Discussion</a>
</h1>
<p id="rfc.section.1.2.p.1">This document provides a simple extension to <a href="#RFC7489" class="xref">[RFC7489]</a> to allow operators of Public Suffix Domains (PSDs) to: </p>
<ul>
<li>Express policy at the level of the PSD that covers all organizational domains that do not explicitly publish DMARC records</li>
<li>Extends the DMARC policy query functionality to detect and process such a policy</li>
<li>Describes receiver feedback for such policies</li>
<li>Provides controls to mitigate potential privacy considerations associated with this extension</li>
</ul>
<p> </p>
<p id="rfc.section.1.2.p.2">This document also provides a new DMARC tag to indicate requested handling policy for non-existent subdomains. This is provided specifically to support phased deployment of PSD DMARC, but is expected to be useful more generally. Undesired rejection risks for mail purporting to be from domains that do not exist are substantially lower than for those that do, so the operational risk of requesting harsh policy treatment (e.g., reject) is lower. </p>
<p id="rfc.section.1.2.p.3">As an additional benefit, the PSD DMARC extension clarifies existing requirements. Based on the requirements of <a href="#RFC7489" class="xref">[RFC7489]</a>, DMARC should function above the organizational level for exact domain matches (i.e., if a DMARC record were published for "example", then mail from example@example should be subject to DMARC processing). Testing had revealed that this is not consistently applied in different implementations. </p>
<p id="rfc.section.1.2.p.4">There are two types of Public Suffix Operators (PSOs) for which this extension would be useful and appropriate: </p>
<p></p>
<ul>
<li>Branded PSDs (e.g., ".google"): These domains are effectively Organizational Domains as discussed in <a href="#RFC7489" class="xref">[RFC7489]</a>. They control all subdomains of the tree. These are effectively private domains, but listed in the current public suffix list. They are treated as Public for DMARC purposes. They require the same protections as DMARC Organizational Domains, but are currently unable to benefit from DMARC. </li>
<li>Multi-organization PSDs that require DMARC usage (e.g., ".bank"): Because existing Organizational Domains using this PSD have their own DMARC policy, the applicability of this extension is for non-existent domains. The extension allows the brand protection benefits of DMARC to extend to the entire PSD, including cousin domains of registered organizations. </li>
</ul>
<p id="rfc.section.1.2.p.6">Due to the design of DMARC and the nature of the Internet <a href="#RFC5598" class="xref">email architecture</a>, there are interoperability issues associated with DMARC deployment. These are discussed in <a href="#RFC7960" class="xref">Interoperability Issues between DMARC and Indirect Email Flows</a>. These issues are not typically applicable to PSDs, since they (e.g., the ".gov.example" used above) do not typically send mail. </p>
<h1 id="rfc.section.2">
<a href="#rfc.section.2">2.</a> Terminology and Definitions</h1>
<p id="rfc.section.2.p.1">This section defines terms used in the rest of the document. </p>
<h1 id="rfc.section.2.1">
<a href="#rfc.section.2.1">2.1.</a> Conventions Used in This Document</h1>
<p id="rfc.section.2.1.p.1">The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <a href="#RFC2119" class="xref">[RFC2119]</a> <a href="#RFC8174" class="xref">[RFC8174]</a> when, and only when, they appear in all capitals, as shown here. </p>
<h1 id="rfc.section.2.2">
<a href="#rfc.section.2.2">2.2.</a> Public Suffix Domain (PSD)</h1>
<p id="rfc.section.2.2.p.1">The global Internet Domain Name System (DNS) is documented in numerous RFCs. It defines a tree of names starting with root, ".", immediately below which are Top Level Domain names such as ".com" and ".us". The domain name structure consists of a tree of names, each of which is made of a sequence of words ("labels") separated by period characters. The root of the tree is simply called ".". The Internet community at large, through processes and policies external to this work, selects points in this tree at which to register domain names "owned" by independent organizations. Real-world examples are ".com", ".org", ".us", and ".gov.uk". Names at which such registrations occur are called Public Suffix Domains (PSDs), and a registration consists of a label selected by the registrant to which a desirable PSD is appended. For example, "ietf.org" is a registered domain name, and ".org" is its PSD. </p>
<h1 id="rfc.section.2.3">
<a href="#rfc.section.2.3">2.3.</a> Organizational Domain</h1>
<p id="rfc.section.2.3.p.1">The term Organizational Domains is defined in <a href="#RFC7489" class="xref">[RFC7489]</a> Section 3.2.</p>
<h1 id="rfc.section.2.4">
<a href="#rfc.section.2.4">2.4.</a> <a href="#lpsd" id="lpsd">Longest PSD</a>
</h1>
<p id="rfc.section.2.4.p.1">The longest PSD is the Organizational Domain with one label removed. It names the immediate parent node of the Organizational Domain in the DNS namespace tree.</p>
<h1 id="rfc.section.2.5">
<a href="#rfc.section.2.5">2.5.</a> Public Suffix Operator (PSO)</h1>
<p id="rfc.section.2.5.p.1">A Public Suffix Operator is an organization which manages operations within a PSD, particularly the DNS records published for names at and under that domain name. </p>
<h1 id="rfc.section.2.6">
<a href="#rfc.section.2.6">2.6.</a> PSO Controlled Domain Names</h1>
<p id="rfc.section.2.6.p.1">PSO Controlled Domain Names are names in the DNS that are managed by a PSO and are not available for use as Organizational Domains. PSO Controlled Domain Names may have one (e.g., ".com") or more (e.g., ".co.uk") name components, depending on PSD policy. </p>
<h1 id="rfc.section.2.7">
<a href="#rfc.section.2.7">2.7.</a> Non-existent Domains</h1>
<p id="rfc.section.2.7.p.1">For DMARC purposes, a non-existent domain is a domain for which there is an NXDOMAIN or NODATA response for A, AAAA, and MX records. This is a broader definition than that in <a href="#RFC8020" class="xref">[RFC8020]</a>. </p>
<h1 id="rfc.section.3">
<a href="#rfc.section.3">3.</a> PSD DMARC Updates to DMARC Requirements</h1>
<p id="rfc.section.3.p.1">To participate in this experiment, implementations should interpret RFC7489 as follows:</p>
<h1 id="rfc.section.3.1">
<a href="#rfc.section.3.1">3.1.</a> General Updates</h1>
<p id="rfc.section.3.1.p.1">References to "Domain Owners" also apply to PSOs.</p>
<h1 id="rfc.section.3.2">
<a href="#rfc.section.3.2">3.2.</a> <a href="#genrecfmt" id="genrecfmt">Changes in Section 6.3 "General Record Format"</a>
</h1>
<p id="rfc.section.3.2.p.1">If this experiment is successful, this paragraph is added to this section. A new tag is added after "fo":</p>
<p></p>
<dl>
<dt>np:</dt>
<dd style="margin-left: 8">Requested Mail Receiver policy for non-existent subdomains (plain-text; OPTIONAL). Indicates the policy to be enacted by the Receiver at the request of the Domain Owner. It applies only to non-existent subdomains of the domain queried and not to either existing subdomains or the domain itself. Its syntax is identical to that of the "p" tag defined below. If the "np" tag is absent, the policy specified by the "sp" tag (if the "sp" tag is present) or the policy specified by the "p" tag, if the "sp" tag is not present, MUST be applied for non-existent subdomains. Note that "np" will be ignored for DMARC records published on subdomains of Organizational Domains and PSDs due to the effect of the DMARC policy discovery mechanism described in DMARC Section 6.6.3. </dd>
</dl>
<p id="rfc.section.3.2.p.3">The following tag definitions from DMARC are updated: </p>
<p></p>
<dl>
<dt>p:</dt>
<dd style="margin-left: 8">The sentence 'Policy applies to the domain queried and to subdomains, unless subdomain policy is explicitly described using the "sp" tag' is updated to read 'Policy applies to the domain queried and to subdomains, unless subdomain policy is explicitly described using the "sp" or "np" tags.' </dd>
<dt>sp:</dt>
<dd style="margin-left: 8">The sentence 'If absent, the policy specified by the "p" tag MUST be applied for subdomains' is updated to read 'If both the "sp" tag is absent and the "np" tag is either absent or not applicable, the policy specified by the "p" tag MUST be applied for subdomains. </dd>
</dl>
<h1 id="rfc.section.3.3">
<a href="#rfc.section.3.3">3.3.</a> Changes in Section 6.5 "Domain Owner Actions"</h1>
<p id="rfc.section.3.3.p.1">In addition to the DMARC domain owner actions, PSOs that require use of DMARC and participate in PSD DMARC ought to make that information available to receivers. This document is an experimental mechanism for doing so. See the [this document] <a href="#experiment" class="xref">experiment description</a>. </p>
<h1 id="rfc.section.3.4">
<a href="#rfc.section.3.4">3.4.</a> Changes in Section 6.6.1 "Extract Author Domain"</h1>
<p id="rfc.section.3.4.p.1">Experience with DMARC has shown that some implementations short-circuit messages, bypassing DMARC policy application, when the domain name extracted by the receiver (from the RFC5322.From) is on the public suffix list used by the receiver. This negates the capability being created by this specification. Therefore, the following paragraph is appended to Section 6.6.1 of DMARC: </p>
<p id="rfc.section.3.4.p.2">Note that domain names that appear on a public suffix list are not exempt from DMARC policy application and reporting. </p>
<h1 id="rfc.section.3.5">
<a href="#rfc.section.3.5">3.5.</a> <a href="#poldis" id="poldis">Changes in Section 6.6.3 "Policy Discovery"</a>
</h1>
<p id="rfc.section.3.5.p.1">A new step between step 3 and 4 is added:</p>
<p></p>
<dl>
<dt>3A.</dt>
<dd style="margin-left: 8">If the set is now empty and the <a href="#lpsd" class="xref">longest PSD</a> of the Organizational Domain is one that the receiver has determined is acceptable for PSD DMARC (discussed in the [this document] <a href="#experiment" class="xref">experiment description</a>), the Mail Receiver MUST query the DNS for a DMARC TXT record at the DNS domain matching the [this document] <a href="#lpsd" class="xref">longest PSD</a> in place of the RFC5322.From domain in the message (if different). A possibly empty set of records is returned. </dd>
</dl>
<p> </p>
<p id="rfc.section.3.5.p.3">As an example, for a message with the Organizational Domain of "example.compute.cloudcompany.com.example", the query for PSD DMARC would use "compute.cloudcompany.com.example" as the [this document] <a href="#lpsd" class="xref">longest PSD</a>. The receiver would check to see if that PSD is listed in the DMARC PSD Registry, and if so, perform the policy lookup at "_dmarc.compute.cloudcompany.com.example". </p>
<p id="rfc.section.3.5.p.4">Note: Because the PSD policy query comes after the Organizational Domain policy query, PSD policy is not used for Organizational domains that have published a DMARC policy. Specifically, this is not a mechanism to provide feedback addresses (RUA/RUF) when an Organizational Domain has declined to do so. </p>
<h1 id="rfc.section.3.6">
<a href="#rfc.section.3.6">3.6.</a> Changes in Section 7 "DMARC Feedback"</h1>
<p id="rfc.section.3.6.p.1">If this experiment is successful, this paragraph is added to this section.</p>
<p id="rfc.section.3.6.p.2">Operational note for PSD DMARC: For PSOs, feedback for non-existent domains is desirable and useful, just as it is for org-level DMARC operators. See <a href="#privacy" class="xref">Section 4</a> of [this document] for discussion of Privacy Considerations for PSD DMARC. </p>
<h1 id="rfc.section.4">
<a href="#rfc.section.4">4.</a> <a href="#privacy" id="privacy">Privacy Considerations</a>
</h1>
<p id="rfc.section.4.p.1">These privacy considerations are developed based on the requirements of <a href="#RFC6973" class="xref">[RFC6973]</a>. Additionally, the Privacy Considerations of <a href="#RFC7489" class="xref">[RFC7489]</a> apply to the mechanisms described by this document. If this experiment is successful, this section should be incorporated into the Privacy Considerations section as "Feedback leakage". </p>
<p id="rfc.section.4.p.2">Providing feedback reporting to PSOs can, in some cases, cause information to leak out of an organization to the PSO. This leakage could potentially be utilized as part of a program of pervasive surveillance (See <a href="#RFC7624" class="xref">[RFC7624]</a>). There are roughly three cases to consider: </p>
<p></p>
<ul>
<li>Single Organization PSDs (e.g., ".google"), RUA and RUF reports based on PSD DMARC have the potential to contain information about emails related to entities managed by the organization. Since both the PSO and the Organizational Domain owners are common, there is no additional privacy risk for either normal or non-existent Domain reporting due to PSD DMARC. </li>
<li>Multi-organization PSDs that require DMARC usage (e.g., ".bank"): PSD DMARC based reports will only be generated for domains that do not publish a DMARC policy at the organizational or host level. For domains that do publish the required DMARC policy records, the feedback reporting addresses (RUA and RUF) of the organization (or hosts) will be used. The only direct feedback leakage risk for these PSDs are for Organizational Domains that are out of compliance with PSD policy. Data on non-existent cousin domains would be sent to the PSO. </li>
<li>Multi-organization PSDs (e.g., ".com") that do not mandate DMARC usage: Privacy risks for Organizational Domains that have not deployed DMARC within such PSDs are significant. For non-DMARC Organizational Domains, all DMARC feedback will be directed to the PSO. PSD DMARC is opt-out (by publishing a DMARC record at the Organizational Domain level) instead of opt-in, which would be the more desirable characteristic. This means that any non-DMARC organizational domain would have its feedback reports redirected to the PSO. The content of such reports, particularly for existing domains, is privacy sensitive. </li>
</ul>
<p id="rfc.section.4.p.4">PSOs will receive feedback on non-existent domains, which may be similar to existing Organizational Domains. Feedback related to such cousin domains have a small risk of carrying information related to an actual Organizational Domain. To minimize this potential concern, PSD DMARC feedback MUST be limited to Aggregate Reports. Feedback Reports carry more detailed information and present a greater risk. </p>
<p id="rfc.section.4.p.5">Due to the inherent Privacy and Security risks associated with PSD DMARC for Organizational Domains in multi-organization PSDs that do not participate in DMARC, any Feedback Reporting related to multi-organizational PSDs MUST be limited to non-existent domains except in cases where the reporter knows that PSO requires use of DMARC (by checking the DMARC PSD Registry). </p>
<h1 id="rfc.section.5">
<a href="#rfc.section.5">5.</a> Security Considerations</h1>
<p id="rfc.section.5.p.1">This document does not change the Security Considerations of <a href="#RFC7489" class="xref">[RFC7489]</a> and <a href="#RFC7960" class="xref">[RFC7960]</a>. </p>
<p id="rfc.section.5.p.2">The risks of the issues identified in <a href="#RFC7489" class="xref">[RFC7489]</a>, Section 12.3, DNS Security, are amplified by PSD DMARC. In particular, DNS cache poisoning (or Name Chaining), see <a href="#RFC3833" class="xref">[RFC3833]</a> for details, consequences are increased because a successful attack would potentially have a much wider scope. </p>
<p id="rfc.section.5.p.3">The risks of the issues identified in <a href="#RFC7489" class="xref">[RFC7489]</a>, Section 12.5, External Reporting Addresses, are amplified by PSD DMARC. By design, PSD DMARC causes unrequested reporting of feedback to entities external to the Organizational Domain. This is discussed in more detail in <a href="#privacy" class="xref">Section 4</a>. </p>
<h1 id="rfc.section.6">
<a href="#rfc.section.6">6.</a> <a href="#iana" id="iana">IANA Considerations</a>
</h1>
<p id="rfc.section.6.p.1">This section describes actions requested to be completed by IANA.</p>
<h1 id="rfc.section.6.1">
<a href="#rfc.section.6.1">6.1.</a> <a href="#iana1" id="iana1">Subdomain Policy Tag</a>
</h1>
<p id="rfc.section.6.1.p.1">IANA is requested to add a new tag to DMARC Tag Registry in the Domain-based Message Authentication, Reporting, and Conformance (DMARC) Parameters Registry. The "Status" column is defined in <a href="#RFC7489" class="xref">[RFC7489]</a>Section 11.4. </p>
<pre>
+----------+-----------+---------+-------------------------------+
| Tag Name | Reference | Status | Description |
+----------+-----------+---------+-------------------------------+
| np | this | current | Requested handling policy for |
| | document | | non-existent subdomains |
+----------+-----------+---------+-------------------------------+
</pre>
<p id="rfc.section.6.1.p.2">The entry is as follows: </p>
<h1 id="rfc.references">
<a href="#rfc.references">7.</a> References</h1>
<h1 id="rfc.references.1">
<a href="#rfc.references.1">7.1.</a> Normative References</h1>
<table><tbody>
<tr>
<td class="reference"><b id="RFC2119">[RFC2119]</b></td>
<td class="top">
<a>Bradner, S.</a>, "<a href="https://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a>", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997.</td>
</tr>
<tr>
<td class="reference"><b id="RFC7489">[RFC7489]</b></td>
<td class="top">
<a>Kucherawy, M.</a> and <a>E. Zwicky</a>, "<a href="https://tools.ietf.org/html/rfc7489">Domain-based Message Authentication, Reporting, and Conformance (DMARC)</a>", RFC 7489, DOI 10.17487/RFC7489, March 2015.</td>
</tr>
<tr>
<td class="reference"><b id="RFC8174">[RFC8174]</b></td>
<td class="top">
<a>Leiba, B.</a>, "<a href="https://tools.ietf.org/html/rfc8174">Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</a>", BCP 14, RFC 8174, DOI 10.17487/RFC8174, May 2017.</td>
</tr>
</tbody></table>
<h1 id="rfc.references.2">
<a href="#rfc.references.2">7.2.</a> Informative References</h1>
<table><tbody>
<tr>
<td class="reference"><b id="psddmarc.org">[psddmarc.org]</b></td>
<td class="top">
<a>multiple</a>, "<a href="https://psddmarc.org/">PSD DMARC Web Site</a>", April 2019.</td>
</tr>
<tr>
<td class="reference"><b id="RFC3833">[RFC3833]</b></td>
<td class="top">
<a>Atkins, D.</a> and <a>R. Austein</a>, "<a href="https://tools.ietf.org/html/rfc3833">Threat Analysis of the Domain Name System (DNS)</a>", RFC 3833, DOI 10.17487/RFC3833, August 2004.</td>
</tr>
<tr>
<td class="reference"><b id="RFC5598">[RFC5598]</b></td>
<td class="top">
<a>Crocker, D.</a>, "<a href="https://tools.ietf.org/html/rfc5598">Internet Mail Architecture</a>", RFC 5598, DOI 10.17487/RFC5598, July 2009.</td>
</tr>
<tr>
<td class="reference"><b id="RFC6973">[RFC6973]</b></td>
<td class="top">
<a>Cooper, A.</a>, <a>Tschofenig, H.</a>, <a>Aboba, B.</a>, <a>Peterson, J.</a>, <a>Morris, J.</a>, <a>Hansen, M.</a> and <a>R. Smith</a>, "<a href="https://tools.ietf.org/html/rfc6973">Privacy Considerations for Internet Protocols</a>", RFC 6973, DOI 10.17487/RFC6973, July 2013.</td>
</tr>
<tr>
<td class="reference"><b id="RFC7624">[RFC7624]</b></td>
<td class="top">
<a>Barnes, R.</a>, <a>Schneier, B.</a>, <a>Jennings, C.</a>, <a>Hardie, T.</a>, <a>Trammell, B.</a>, <a>Huitema, C.</a> and <a>D. Borkmann</a>, "<a href="https://tools.ietf.org/html/rfc7624">Confidentiality in the Face of Pervasive Surveillance: A Threat Model and Problem Statement</a>", RFC 7624, DOI 10.17487/RFC7624, August 2015.</td>
</tr>
<tr>
<td class="reference"><b id="RFC7960">[RFC7960]</b></td>
<td class="top">
<a>Martin, F.</a>, <a>Lear, E.</a>, <a>Draegen, T.</a>, <a>Zwicky, E.</a> and <a>K. Andersen</a>, "<a href="https://tools.ietf.org/html/rfc7960">Interoperability Issues between Domain-based Message Authentication, Reporting, and Conformance (DMARC) and Indirect Email Flows</a>", RFC 7960, DOI 10.17487/RFC7960, September 2016.</td>
</tr>
<tr>
<td class="reference"><b id="RFC8020">[RFC8020]</b></td>
<td class="top">
<a>Bortzmeyer, S.</a> and <a>S. Huque</a>, "<a href="https://tools.ietf.org/html/rfc8020">NXDOMAIN: There Really Is Nothing Underneath</a>", RFC 8020, DOI 10.17487/RFC8020, November 2016.</td>
</tr>
<tr>
<td class="reference"><b id="RFC8126">[RFC8126]</b></td>
<td class="top">
<a>Cotton, M.</a>, <a>Leiba, B.</a> and <a>T. Narten</a>, "<a href="https://tools.ietf.org/html/rfc8126">Guidelines for Writing an IANA Considerations Section in RFCs</a>", BCP 26, RFC 8126, DOI 10.17487/RFC8126, June 2017.</td>
</tr>
</tbody></table>
<h1 id="rfc.appendix.A">
<a href="#rfc.appendix.A">Appendix A.</a> <a href="#experiment" id="experiment">PSD DMARC Privacy Concern Mitigation Experiment</a>
</h1>
<p id="rfc.section.A.p.1">The experiment being performed has three different questions which are looking to be addressed in this document. </p>
<p></p>
<ul>
<li>Section 3.2 modifies policy discovery to add an additional DNS lookup. To determine if this lookup is useful, PSDs will add additional DMARC records in place, and will analyze the DMARC reports. Success will be determined if a consensus of PSDs that publish DMARC records are able to collect useful data.</li>
<li>Section 3.2 adds the "np" tag for non-existent subdomains (DNS NXDOMAIN). PSOs wishing to test this will add this flag to their DMARC record, and will analyze DMARC reports for deployment. Success will be determined if organizations find explicitly blocking non-existent subdomains domains desirable and provide added value. </li>
<li>Section 4.1 discusses three cases where providing feedback could cause information to leak out of an organization. This experiment will analyze the feedback reports generated for each case to determine if there is information leakage.</li>
</ul>
<h1 id="rfc.appendix.B">
<a href="#rfc.appendix.B">Appendix B.</a> <a href="#registry" id="registry">DMARC PSD Registry Examples</a>
</h1>
<p id="rfc.section.B.p.1">To facilitate experimentation around data leakage mitigation, samples of the DNS based and IANA like registries are available at <a href="#psddmarc.org" class="xref">[psddmarc.org]</a>. </p>
<h1 id="rfc.appendix.B.1">
<a href="#rfc.appendix.B.1">B.1.</a> <a href="#dnsregistry" id="dnsregistry">DMARC PSD DNS Query Service</a>
</h1>
<p id="rfc.section.B.1.p.1">A sample stand-alone DNS query service is available at <a href="#psddmarc.org" class="xref">[psddmarc.org]</a>. It was developed based on the contents suggested for an IANA registry in an earlier revision of this draft. Usage of the service is described on the web site. </p>
<h1 id="rfc.appendix.B.2">
<a href="#rfc.appendix.B.2">B.2.</a> <a href="#iana2" id="iana2">DMARC Public Suffix Domain (PSD) Registry</a>
</h1>
<p><a href="#psddmarc.org" class="xref">[psddmarc.org]</a> provides an IANA like DMARC Public Suffix Domain (PSD) Registry as a stand-alone DNS query service. It follows the contents and structure described below. There is a Comma Separated Value (CSV) version of the listed PSD domains which is suitable for use in build updates for PSD DMARC capable software. </p>
<p id="rfc.section.B.2.p.2">PSDs that are deploying DMARC and are participating in PSD DMARC must register their public suffix domain in this new registry. The requirement has to be documented in a manner that satisfies the terms of Expert Review, per <a href="#RFC8126" class="xref">[RFC8126]</a>. The Designated Expert needs to confirm that provided documentation adequately describes PSD policy to require domain owners to use DMARC or that all domain owners are part of a single organization with the PSO. </p>
<pre>
+-------------+---------------+
| PSD | Status |
+-------------+---------------+
| .bank | current |
+-------------+---------------+
| .insurance | current |
+-------------+---------------+
| .gov.uk | current |
+-------------+---------------+
| .mil | current |
+-------------+---------------+
</pre>
<p id="rfc.section.B.2.p.3">The initial set of entries in this registry is as follows: </p>
<h1 id="rfc.appendix.B.3">
<a href="#rfc.appendix.B.3">B.3.</a> <a href="#pslplus" id="pslplus">DMARC PSD PSL Extension</a>
</h1>
<p><a href="#psddmarc.org" class="xref">[psddmarc.org]</a> provides a file formatted like the Public Suffix List (PSL) in order to facilitate identification of PSD DMARC participants. Contents are functionally identical to the IANA like registry, but presented in a different format. </p>
<p id="rfc.section.B.3.p.2">When using this approach, the input domain of the extension lookup is supposed to be the output domain of the regular PSL lookup, i.e., the organizational domain. This alternative data approach is potentially useful since DMARC implementations already need to be able to parse the data format, so it should be easier to implement. </p>
<h1 id="rfc.appendix.C">
<a href="#rfc.appendix.C">Appendix C.</a> <a href="#implementations" id="implementations">Implementations</a>
</h1>
<p id="rfc.section.C.p.1">There are two known implementations of PSD DMARC available for testing. </p>
<h1 id="rfc.appendix.C.1">
<a href="#rfc.appendix.C.1">C.1.</a> Authheaders Module</h1>
<p id="rfc.section.C.1.p.1">The authheaders Python module and command line tool is available for download or installation from Pypi (Python Packaging Index). </p>
<p id="rfc.section.C.1.p.2">It supports both use of the DNS based query service and download of the CSV registry file from <a href="#psddmarc.org" class="xref">[psddmarc.org]</a>. </p>
<h1 id="rfc.appendix.C.2">
<a href="#rfc.appendix.C.2">C.2.</a> Zdkimfilter Module</h1>
<p id="rfc.section.C.2.p.1">The zdkimfilter module is a separately available add-on to Courier-MTA. </p>
<p id="rfc.section.C.2.p.2">Mostly used for DKIM signing, it can be configured to also verify, apply DMARC policies, and send aggregate reports. For PSD DMARC it uses the PSL extension list approach, which is available from <a href="#psddmarc.org" class="xref">[psddmarc.org]</a> </p>
<h1 id="rfc.acknowledgements"><a href="#rfc.acknowledgements">Acknowledgements</a></h1>
<p id="rfc.section.D.p.1">Thanks to the following individuals for their contributions (both public and private) to improving this document. Special shout out to Dave Crocker for naming the beast.</p>
<p id="rfc.section.D.p.2">Kurt Andersen, Seth Blank, Dave Crocker, Heather Diaz, Tim Draegen, Zeke Hendrickson, Andrew Kennedy, John Levine, Dr Ian Levy, Craig Schwartz, Alessandro Vesely, and Tim Wicinski</p>
<h1 id="rfc.authors"><a href="#rfc.authors">Authors' Addresses</a></h1>
<div class="avoidbreak">
<address class="vcard">
<span class="vcardline">
<span class="fn">Scott Kitterman</span>
<span class="n hidden">
<span class="family-name">Kitterman</span>
</span>
</span>
<span class="org vcardline">fTLD Registry Services</span>
<span class="adr">
<span class="vcardline">600 13th Street, NW, Suite 400</span>
<span class="vcardline">
<span class="locality">Washington</span>,
<span class="region">DC</span>
<span class="code">20005</span>
</span>
<span class="country-name vcardline">United States of America</span>
</span>
<span class="vcardline">Phone: +1 301 325-5475</span>
<span class="vcardline">EMail: <a href="mailto:[email protected]">[email protected]</a></span>
</address>
</div><div class="avoidbreak">
<address class="vcard">
<span class="vcardline">
<span class="fn">Tim Wicinski</span> (editor)
<span class="n hidden">
<span class="family-name">Wicinski</span>
</span>
</span>
<span class="org vcardline"></span>
<span class="adr">
<span class="vcardline">
<span class="locality">Elkins</span>,
<span class="region">WV</span>
<span class="code">26241</span>
</span>
<span class="country-name vcardline">USA</span>
</span>
<span class="vcardline">EMail: <a href="mailto:[email protected]">[email protected]</a></span>
</address>
</div>
</body>
</html>