diff --git a/maileon.com.hosting_and_email_ionos.json b/maileon.com.hosting_and_email_ionos.json new file mode 100644 index 00000000..51870749 --- /dev/null +++ b/maileon.com.hosting_and_email_ionos.json @@ -0,0 +1,32 @@ +{ + "providerId": "maileon.com", + "providerName": "IONOS", + "serviceId": "hosting_and_email_ionos", + "serviceName": "IONOS Email Marketing", + "version": 1, + "logoUrl": "https://www.ionos.de/newsroom/wp-content/uploads/2022/03/LOGO_IONOS_Blue_RGB-1.png", + "description": "Configure Hosting and Email Records for use with IONOS Email Marketing", + "syncPubKeyDomain": "maileon.com", + "variableDescription": "cnamehost is CNAME host name for webhosting", + "hostRequired": true, + "records": [ + { + "type": "CNAME", + "host": "@", + "pointsTo": "%cnamehost%.maileon.com", + "ttl": "600" + }, + { + "type": "CNAME", + "host": "_dmarc", + "pointsTo": "_dmarc.cname.maileon.com", + "ttl": "600" + }, + { + "type": "CNAME", + "host": "xq._domainkey", + "pointsTo": "xq._domainkey.cname.maileon.com", + "ttl": "600" + } + ] +} \ No newline at end of file