Skip to content

Commit

Permalink
Create secureserver.net.cpanel_titanemail.json
Browse files Browse the repository at this point in the history
FlockMail -> Titan Email rebrand. See secureserver.net.cpanel_flockmail.json
  • Loading branch information
mr-brik authored May 18, 2020
1 parent 438433d commit 4652795
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions secureserver.net.cpanel_titanemail.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"providerId": "secureserver.net",
"providerName": "SecureServer",
"serviceId": "cpanel_titanemail",
"serviceName": "cPanel TitanEmail",
"version": 1,
"logoUrl": "https://domainconnect.org/wp-content/uploads/2016/06/godaddy-logo-300x79.png",
"description": "Enables a domain to work with TitanEmail",
"variableDescription": "",
"syncPubKeyDomain": "domain-attach.api.godaddy.com",
"records": [
{
"type": "MX",
"host": "@",
"pointsTo": "mx1.titan.email",
"priority": 10,
"ttl": 3600
},
{
"type": "MX",
"host": "@",
"pointsTo": "mx2.titan.email",
"priority": 20,
"ttl": 3600
},
{
"type": "TXT",
"host": "@",
"data": "v=spf1 include:spf.titan.email ~all",
"ttl": 3600
},
{
"type": "TXT",
"host": "_dmarc",
"data": "v=DMARC1;p=none;sp=none;adkim=r;aspf=r;pct=100",
"ttl": 3600
}
]
}

0 comments on commit 4652795

Please sign in to comment.