Skip to content

Commit 5955c92

Browse files
committed
en-gb version
1 parent 45a92a9 commit 5955c92

File tree

2 files changed

+91
-1
lines changed

2 files changed

+91
-1
lines changed
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
title: 'Using your OVHcloud domain with iCloud Mail'
3+
excerpt: 'Find out how to configure your OVHcloud domain name with iCloud to create custom email addresses'
4+
updated: 2025-08-27
5+
---
6+
7+
## Objective
8+
9+
This guide explains how to use an OVHcloud-registered domain name with the Apple iCloud Mail service. You can then create custom email addresses (`[email protected]`), which are fully managed and hosted by Apple.
10+
11+
## Requirements
12+
13+
- A [domain name](/links/web/domains) registered with OVHcloud.
14+
- You have the rights to manage the DNS zone for the domain name concerned via the [OVHcloud Control Panel](/links/manager).
15+
- You must be logged in to your [OVHcloud Control Panel](/links/manager).
16+
- An Apple ID with an **iCloud+** subscription.
17+
18+
## Instructions
19+
20+
### Step 1: Activate the domain name in iCloud <a name="step1"></a>
21+
22+
To activate your domain name in iCloud, follow the instructions on the “Add a domain you own to iCloud Mail on iCloud.com” page in [Apple's official documentation](https://support.apple.com/guide/icloud/add-a-domain-you-own-mma473945269/icloud). Focus on the “Step 3: Update the records with your domain registrar” section, to find the DNS records to add to your OVHcloud DNS zone.
23+
24+
At the end of this step, Apple will send you a list of DNS records (MX, CNAME, TXT) to configure in your OVHcloud DNS zone. Save them for the next step.
25+
26+
### Step 2: Configure the DNS records in your OVHcloud Control Panel
27+
28+
1. Log in to your [OVHcloud Control Panel](/links/manager).
29+
2. Go to the `Web Cloud`{.action} section.
30+
3. Click `DNS zones`{.action}, then choose the domain name concerned.
31+
4. Add or edit the following records:
32+
33+
To find out how to add, modify or delete each type of DNS record (MX, CNAME, TXT, etc.), read our guide [Everything you need to know about DNS records](/pages/web_cloud/domains/dns_zone_records).
34+
35+
Using the DNS records listed above ([Step 1](#step1)), create or update the corresponding fields in your OVHcloud DNS zone:
36+
37+
- **MX** : for receiving emails.
38+
- **CNAME**: for DKIM keys (`sig1._domainkey...`, `sig2._domainkey...`).
39+
- **TXT**: for SPF (merge if an SPF record already exists).
40+
- **TXT DMARC**: Optional but recommended ([Step 3](#step3)).
41+
42+
> [!warning]
43+
>
44+
> Use only the quotation marks `"` as they appear in Apple's technical documentation (usually in English). The quotation marks « » or “ ” displayed in some translations should not be used in DNS configuration.
45+
46+
### Step 3: Add a DMARC record (optional) <a name="step3"></a>
47+
48+
To improve the deliverability of your emails and prevent them from arriving in spam, add a **DMARC** record.
49+
50+
To find out how to create a DMARC record in the OVHcloud Control Panel, please refer to our guide on [Enhancing email security via DMARC record](/pages/web_cloud/domains/dns_zone_dmarc).
51+
52+
### Step 4: Verify and activate the domain in iCloud
53+
54+
Once the DNS records (MX, CNAME, TXT, DMARC) have been correctly added to your OVHcloud DNS zone, go back to [iCloud.com](https://www.icloud.com).
55+
56+
Follow the instructions on the “Add a domain you own to iCloud Mail on iCloud.com” page in [Apple's official documentation](https://support.apple.com/guide/icloud/add-a-domain-you-own-mma473945269/icloud). Focus on the “Step 4: Finish setting up the domain” section.
57+
58+
Once this step is complete, your custom domain is fully activated and you can create up to 3 addresses per person, within the family setting.
59+
60+
> [!warning]
61+
>
62+
> Validation may fail if your DNS records have not yet been propagated. This propagation may take several hours.
63+
64+
### Common troubleshooting
65+
66+
#### Check where the DNS zone is managed
67+
68+
If your domain name is associated with DNS servers external to OVHcloud (Wix, Squarespace, Cloudflare, etc. ), the configuration must be carried out in the management interface for these DNS servers, outside of the OVHcloud Control Panel.
69+
70+
#### CNAME already exists
71+
72+
- A **CNAME** record cannot coexist with a **A, AAAA, or TXT** record configured on the same domain or subdomain.
73+
- Delete the old record before creating the CNAME requested by Apple.
74+
75+
#### Duplicate SPF
76+
77+
- There can only be **one SPF record** per domain name. If an OVHcloud SPF record already exists (e.g.: `v=spf1 include:mx.ovh.com ~all`), merge it with the one provided by Apple (e.g.:
78+
`v=spf1 include:mx.ovh.com include:icloud.com ~all`).
79+
80+
#### Incomplete DKIM
81+
82+
- Apple invites you to save several DKIM keys (`sig1`, `sig2`, etc.) in your DNS zone.
83+
84+
#### Propagation time
85+
86+
- DNS changes can take several hours (up to 24 hours) to be recognized by Apple.
87+
88+
## Go further
89+
90+
Join our [community of users](/links/community).

pages/web_cloud/domains/domain-icloud/guide.fr-fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Utiliser votre domaine OVHcloud avec iCloud Mail'
33
excerpt: 'Découvrez comment configurer votre nom de domaine OVHcloud avec iCloud pour créer des adresses e-mail personnalisées'
4-
updated: 2025-08-25
4+
updated: 2025-08-27
55
---
66

77
## Objectif

0 commit comments

Comments
 (0)