Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions mail.oezer.ch.purelymail.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"providerId": "mail.oezer.ch",
"providerName": "Oezer Mail",
"serviceId": "purelymail",
"serviceName": "Purelymail mail",
"version": 1,
"syncPubKeyDomain": "mail.oezer.ch",
"syncRedirectDomain": "mail.oezer.ch",
"syncBlock": false,
"description": "Configure the MX, SPF, ownership, DKIM, and DMARC records required for a Purelymail domain.",
"variableDescription": "%ownershipCode%: the domain ownership proof issued by Purelymail",
"logoUrl": "https://mail.oezer.ch/favicon.svg",
"records": [
{
"type": "MX",
"host": "@",
"pointsTo": "mailserver.purelymail.com",
"ttl": 3600,
"priority": 50
},
{
"type": "SPFM",
"host": "@",
"spfRules": "include:_spf.purelymail.com",
"ttl": 3600
},
{
"type": "TXT",
"host": "@",
"data": "%ownershipCode%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "purelymail1._domainkey",
"pointsTo": "key1.dkimroot.purelymail.com",
"ttl": 3600
},
{
"type": "CNAME",
"host": "purelymail2._domainkey",
"pointsTo": "key2.dkimroot.purelymail.com",
"ttl": 3600
},
{
"type": "CNAME",
"host": "purelymail3._domainkey",
"pointsTo": "key3.dkimroot.purelymail.com",
"ttl": 3600
},
{
"type": "CNAME",
"host": "_dmarc",
"pointsTo": "dmarcroot.purelymail.com",
"ttl": 3600
}
]
}
Loading