Basic settings
The following DNS settings are the bare minimum needed:
Name | Type | Content |
---|---|---|
@ | TXT | v=spf1 include:soverin.net ~all |
@ | MX | 10 mx.soverin.net. |
Sub-addressing
Sub-addressing allows you to receive mail using yourname+tag@domain.com
, whereby tag
then allows you do additional filtering. You can do the same using sub-domains using this email address: tag@yourname.domain.com
.
If you want this type of sub-adressing using sub-domains to work, you additionally need the following setup:
Name | Type | Content |
---|---|---|
* | MX | 10 mx.soverin.net. |
* | TXT | v=spf1 include:soverin.net ~all |
Dynamic DNS
We support dynamic DNS updates, when you host your domain with us. The URL is as follows:
https://soverin.net/dynamic_dns_entry/:api_key/:hostname
:api_key
can be obtained from our DNS panel.
:hostname
can be any hostname of your choosing.