How to add an MX record to your domain
Published on 07 November 2022
This page explains how to set up an MX record to your domain to verify it.
Security & Identity (IAM):
You may need certain IAM permissions to carry out some actions described on this page. This means:
- you are the Owner of the Scaleway Organization in which the actions will be carried out, or
- you are an IAM user of the Organization, with a policy granting you the necessary permission sets
Requirements:
- You have an account and are logged into the Scaleway console.
- You have a domain name.
- You have configured your domain with Transactional Email.
- You have added SPF and DKIM records to your domain.
Note:
Adding an MX record is not mandatory but we recommend you do it to avoid getting your emails rejected.
- Add an MX record type in the root zone of your domain on your DNS zone.
- Enter a name of your choice in the Name field.
- Set a priority for your MX record.
Note:
Priority indicates the order in which your mail servers should be tried by a mail server that is attempting to deliver emails.
- Enter a hostname of your choice in the Hostname field.
Tip:
If you do not wish to receive emails on your domain, you can add a null MX record:
- Add an MX record type in the root zone of your domain on your DNS zone.
- Enter
.
in the Hostname field. - Set the priority to
0
.
- Save your changes.
See Also