Skip to content

Commit 95156b7

Browse files
committed
Add seatbeltsecurity.com.m365-dkim template (Microsoft 365 DKIM selector CNAMEs)
1 parent 03d9a07 commit 95156b7

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"providerId": "seatbeltsecurity.com",
3+
"providerName": "Seatbelt Security",
4+
"serviceId": "m365-dkim",
5+
"serviceName": "Microsoft 365 DKIM",
6+
"description": "Publishes the two Microsoft 365 DKIM (selector1/selector2) CNAME records so Microsoft can sign your outbound email and it passes DMARC.",
7+
"logoUrl": "https://seatbeltsecurity.com/marketing/seatbelt-logo-dc.png",
8+
"version": 1,
9+
"hostRequired": false,
10+
"syncPubKeyDomain": "seatbeltsecurity.com",
11+
"syncRedirectDomain": "seatbeltsecurity.com",
12+
"variableDescription": "dkimtarget1 / dkimtarget2: the tenant-specific selector1 / selector2 CNAME targets read from Microsoft 365 (e.g. selector1-example-com._domainkey.<tenant>.<n>-v1.dkim.mail.microsoft). Not derivable from the domain name.",
13+
"records": [
14+
{
15+
"type": "CNAME",
16+
"host": "selector1._domainkey",
17+
"pointsTo": "%dkimtarget1%",
18+
"ttl": 3600,
19+
"groupId": "m365-dkim"
20+
},
21+
{
22+
"type": "CNAME",
23+
"host": "selector2._domainkey",
24+
"pointsTo": "%dkimtarget2%",
25+
"ttl": 3600,
26+
"groupId": "m365-dkim"
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)