Skip to content

Commit

Permalink
Add TinkerMail by TinkerHost Service (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Oct 8, 2024
2 parents dfa1249 + 141cafe commit 2498174
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions tinkerhost.net.tinkermail.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"providerId": "tinkerhost.net",
"providerName": "TinkerHost",
"serviceId": "tinkermail",
"serviceName": "TinkerHost TinkerMail",
"version": 1,
"syncPubKeyDomain": "domainconnect.tinkerhost.net",
"syncRedirectDomain": "app.tinkerhost.net",
"logoUrl": "https://app.tinkerhost.net/assets/image/th.svg",
"description": "Configures required DNS records for domains using the TinkerMail service",
"variableDescription": "cname1-3 are DKIM records required by AWS SES. txtverif is the TinkerMail domain verification ID",
"records": [
{
"type": "CNAME",
"host": "%cname1%._domainkey",
"pointsTo": "%cname1%.dkim.amazonses.com",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%cname2%._domainkey",
"pointsTo": "%cname2%.dkim.amazonses.com",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%cname3%._domainkey",
"pointsTo": "%cname3%.dkim.amazonses.com",
"ttl": 3600
},
{
"type": "CNAME",
"host": "click",
"pointsTo": "redirect.tinkermail.tinkerhost.net",
"ttl": 3600
},
{
"type": "SPFM",
"host": "mail",
"spfRules": "include:amazonses.com"
},
{
"type": "MX",
"host": "mail",
"pointsTo": "feedback-smtp.us-east-1.amazonses.com",
"priority": 10,
"ttl": 3600
},
{
"type": "TXT",
"host": "tinkermail_verify",
"ttl": 3600,
"data": "tmv_%txtverif%"
}
]
}

0 comments on commit 2498174

Please sign in to comment.