If you have a web hosting plan with ExtraVM, and want to use your own DNS nameservers instead of the ones we provide, you can use the DNS record examples below which are needed for email to work properly if you wish to use the ExtraVM web hosting email server with your own DNS. For example, if you're using a service such as CloudFlare DNS, or using your domain registrar DNS, the below records would be needed for email to work.

If you are using our DNS nameservers for your domain you do not need to do anything shown here, as DNS records are added automatically.

Replace "domain.com" with your domain. Replace "Server_IP" with the web hosting server IP which you can find after logging into our SPanel control panel for web hosting, or by contacting us.

Record 1 - Primary mail A record:
Type: A
Name: mail.domain.com
Value: SERVER_IP

Record 2 - Mail MX record:
Type: MX
Name: domain.com
Value: mail.domain.com
Priority: 0
TTL: 3600

Record 3 - SFP TXT record:
Type: TXT
Name: domain.com
Value: v=spf1 +a +mx +ip4:SERVER_IP -all
TTL: 3600

Record 4 - DMARC TXT record:
Type: TXT
Name: _dmarc.domain.com
Value: v=DMARC1; p=reject; sp=none; rf=afrf; pct=100; ri=86400
TTL: 3600

Record 5 - DKIM TXT record:
Type: TXT
Name: default._domainkey.domain.com
Value: [Copy the DKIM record value from within SPanel > DNS Editor, it is a long record that starts with "v=DKIM1; k=rsa; p=....."]

Once all five DNS records are added, wait a few hours for DNS propagation and your email should work normally using our web hosting email server.

Esta resposta foi útil? 0 Utilizadores acharam útil (0 Votos)