You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page shows you how to manually configure your sending domain's DNS records to authenticate the domain and start sending [transactional emails](/transactional-email/concepts/#transactional-email).
@@ -33,31 +31,35 @@ On this tab, you can configure:
33
31
-**DMARC record** – Defines how receiving servers should handle authentication failures and enables reporting for your domain.
34
32
-**MX record** – Directs incoming emails to your mail server but is not involved in sending or authenticating outgoing emails.
35
33
36
-
## How to configure SPF and DKIM records
34
+
<Messagetype="important">
35
+
Keep in mind that:
36
+
- The verification of your domain might take up to 48 hours.
37
+
- Scaleway performs regular validity checks on your domain that can impact its validity.
38
+
</Message>
39
+
40
+
## How to configure SPF records
37
41
38
42
1. Scroll to the SPF, DKIM and DMARC records section.
39
43
2. Copy the value that applies to your case to add an SPF record.
44
+
40
45
<Messagetype="important">
41
46
- If you have no SPF record on this domain, copy the following value: `v=spf1 include:_spf.tem.scaleway.com -all`
42
47
- If you already have configured an SPF record, copy the following value: `include:_spf.tem.scaleway.com`
43
48
</Message>
44
49
45
50
3. Add a `TXT` record type in the root zone of your domain on your DNS zone.
46
51
4. Paste the value you have copied in the root zone of your domain.
47
-
5. Add another `TXT` record type in the root zone of your domain on your DNS zone.
48
-
6. Copy the name that displays in the console.
49
-
<Lightboximage={image}alt="" />
50
-
7. Paste the name you have copied in the root zone of your domain on your DNS zone.
51
-
8. Copy the value that displays in the console and paste it in the root zone of your domain on your DNS zone.
52
-
<Lightboximage={image2}alt="" />
53
-
9. Add an [MX record](/transactional-email/how-to/add-mx-record-to-your-domain/).
54
-
10. Check the box "I have added these DNS records to my DNS zone" to confirm.
55
-
11. Click **Verify domain**. Your domain displays in the list of your domains.
52
+
5. Save your changes.
56
53
57
-
<Messagetype="important">
58
-
- The verification of your domain might take up to 48 hours.
59
-
- Scaleway performs regular validity checks on your domain that can impact its validity.
60
-
</Message>
54
+
## How to configure DKIM records
55
+
1. Scroll to the SPF, DKIM and DMARC records section.
56
+
2. Copy the value that applies to your case to add an DKIM record.
57
+
3. Add a `TXT` record type in the root zone of your domain on your DNS zone.
58
+
4. Copy the name that displays in the console.
59
+
5. Paste the name you have copied in the root zone of your domain on your DNS zone.
60
+
6. Copy the value that displays in the console and paste it in the root zone of your domain on your DNS zone.
61
+
<Lightboximage={image2}alt="" />
62
+
7. Save your changes.
61
63
62
64
## How to configure DMARC records
63
65
@@ -78,18 +80,6 @@ On this tab, you can configure:
78
80
If you have a domain at Scaleway Domains and DNS, you can access your account from the Scaleway [console](https://console.scaleway.com/), click **Domains and DNS** > **Your domain** > **DNS Zones**, then add a record in the same zone as your Transactional Email's domain.
79
81
</Message>
80
82
81
-
### How to configure Scaleway's DMARC record
82
-
83
-
1. Access your domain's **DNS Verification** tab and scroll down to the **DMARC record** section.
84
-
2. Copy the values that display in the **Name** and the **Value** fields.
85
-
3. Add a `TXT` record type in the same zone as your Transactional Email's domain, on your DNS zone.
86
-
4. In the **Name** field, paste the value you copied in step 2, followed by the domain name.
87
-
5. In the **Value** field, paste the value you copied in step 2. Your **Value** field should look like the following:
88
-
```
89
-
v=DMARC1; p=none;
90
-
```
91
-
6. Confirm the changes and add the DMARC record.
92
-
93
83
## How to configure MX records
94
84
95
85
<Messagetype="important">
@@ -120,7 +110,3 @@ On this tab, you can configure:
120
110
</Message>
121
111
4. Enter `blackhole.tem.scaleway.com.` in the **Hostname** field. Make sure you add the trailing dot at the end of the value.
0 commit comments