Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
{
"providerId": "trustifi.com",
"providerName": "Trustifi",
"serviceId": "dpoo",
"serviceName": "Domain proof of ownership for configuring Trustifi Email Services",
"version": 1,
"syncPubKeyDomain": "trustifi.com",
"logoUrl": "https://be.trustifi.com/api/o/v1/assets/logo-transparent.png",
"description": "Verifies domain ownership for Trustifi services. See https://trustifi.com for onboarding instructions.",
"variableDescription": "DKIM1/2/3 and TOKEN are the parameters generated by the Amazon SES",
"shared": true,
"sharedProviderName": true,
"warnPhishing": true,
"records": [
{
"type": "MX",
"host": "trustifi",
"pointsTo": "feedback-smtp.us-east-1.amazonses.com",
"priority": 10,
"ttl": 3600
},
{
"type": "TXT",
"host": "_amazonses",
"data": "%TOKEN%",
"ttl": 3600
},
{
"type": "TXT",
"host": "trustifi",
"data": "v=spf1 include:amazonses.com ~all",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%DKIM1%._domainkey",
"pointsTo": "%DKIM1%.dkim.amazonses.com",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%DKIM2%._domainkey",
"pointsTo": "%DKIM2%.dkim.amazonses.com",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%DKIM3%._domainkey",
"pointsTo": "%DKIM3%.dkim.amazonses.com",
"ttl": 3600
}
]
}