-
Notifications
You must be signed in to change notification settings - Fork 495
Expand file tree
/
Copy pathbrixus365.com.emailauth.json
More file actions
52 lines (52 loc) · 1.41 KB
/
brixus365.com.emailauth.json
File metadata and controls
52 lines (52 loc) · 1.41 KB
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
{
"providerId": "brixus365.com",
"providerName": "Brixus365",
"serviceId": "emailauth",
"serviceName": "Email Authentication",
"version": 1,
"logoUrl": "https://brixus365.com/favicon.svg",
"description": "Configure DKIM, SPF, and DMARC records for sending email via Brixus365.",
"variableDescription": "dkim1, dkim2, dkim3: DKIM signing tokens generated by Brixus365 during domain setup.",
"syncPubKeyDomain": "brixus365.com",
"syncRedirectDomain": "app.brixus365.com",
"syncBlock": false,
"records": [
{
"groupId": "dkim",
"type": "CNAME",
"host": "%dkim1%._domainkey",
"pointsTo": "%dkim1%.dkim.amazonses.com",
"ttl": 1800
},
{
"groupId": "dkim",
"type": "CNAME",
"host": "%dkim2%._domainkey",
"pointsTo": "%dkim2%.dkim.amazonses.com",
"ttl": 1800
},
{
"groupId": "dkim",
"type": "CNAME",
"host": "%dkim3%._domainkey",
"pointsTo": "%dkim3%.dkim.amazonses.com",
"ttl": 1800
},
{
"groupId": "spf",
"type": "SPFM",
"host": "@",
"spfRules": "include:amazonses.com"
},
{
"groupId": "dmarc",
"type": "TXT",
"host": "_dmarc",
"data": "v=DMARC1; p=none; adkim=r; aspf=r; rua=mailto:postmaster@%domain%",
"ttl": 3600,
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "v=DMARC1",
"essential": "OnApply"
}
]
}