DNS management is an important part of domain management, as it determines how domain traffic is directed to different services, such as websites, email services, or other external services. In this article, we'll go through the most common DNS record modifications in the Plesk control panel: changing A records, editing MX records, adding CNAME records and managing SPF records.
However, you shouldn't change this information unless you're sure the change is necessary. If you have questions, our customer support is happy to help with DNS matters.
The general guideline is that DNS records should usually be modified - not created new. If your domain already has a record and you create a new record instead of modifying the existing one, your domain will now have two conflicting records.
An A record (Address Record) defines the IP address for a domain (e.g., domain.fi) or subdomain (subdomain.domain.fi) to which traffic is directed. This record is important, for example, when your website is moved to a new server or directed to another service/server.
domain.fi
). You don't need to worry about other possible records, such as webmail.domain.fi or mail.domain.fi, unless you want to make changes to these services as well.Note: Changes can take up to 24 hours to take effect, as DNS record updates depend on name server caches.
Some services use only A records (IPv4). Our servers also use AAAA records (IPv6) in addition to this. If you direct traffic to such a service that uses only A records, you must delete the corresponding AAAA record from your domain.
If you direct traffic to a service that uses both A and AAAA records, remember to update both records for domain.fi.
MX records (Mail Exchange) determine which email server the domain's email traffic is directed to. This record is used to direct email traffic to external services, such as Google Workspace or Microsoft 365.
smtp.google.com
) in the "Mail Exchange Server" field and priority (e.g., 1). In this example mail.hostaan.netNote: If you use an external email service, make sure that SPF and DKIM records are also configured correctly. You can get more information from your external email service provider.
SPF record (Sender Policy Framework) is a TXT-type DNS record that specifies which servers (or IP addresses) are allowed to send email on behalf of your domain. This helps prevent email abuse and improves email delivery reliability, especially to Gmail and Outlook services.
v=spf1
).Important:
The SPF record must follow the following structure:
v=spf1
+a
+mx
include:spf.service.fi +ip4:94.237.26.143
).all
(e.g., ~all
or -all
).Example:
v=spf1 +a include:_spf.google.com +ip4:1.2.3.4 ~all
In this example, the website server (a), Google Workspace, and IP address 1.2.3.4 are allowed.
A CNAME record (or Canonical Name) is a DNS record that defines where users can find your website, for example your subdomain. This record is often used to direct the "www" subdomain address.
Example of a CNAME record:
DNS management on a Plesk server is straightforward but requires precision. Proper configuration of A, MX, SPF, and CNAME records is important for the functioning of website and email services. If you're unsure about editing records, we recommend contacting our customer service or using tools such as SPF Record Generator.
Remember that DNS changes can take up to 24 hours to take effect.
If you want to change your domain's name servers, you need to contact our customer service