I have issues with Cloudflare/iCloud.
I’m able to sending mails for example [email protected], but I’m not able to receive the incoming mail.
I like to have also catch all mail.
It would be great, when someone can help me.
The screenshot you’re showing us, is that all records you have, … you only have two CNAME, and one TXT?
If so, you’re missing some very important records for iCloud, namely the MX records, if you wish to receive messages.
Add two MX records, with this information:
→ Record #1:
Type: MX
Name: @
Mail server: mx01.mail.icloud.com.
TTL: Preferably set it to something like 12-24 hours, as mail related records likely do not change that often.
Priority: 10
→ Record #2:
Type: MX
Name: @
Mail server: mx02.mail.icloud.com.
TTL: Preferably set it to something like 12-24 hours, as mail related records likely do not change that often.
Priority: 10
Add one TXT record, with this information:
Type: TXT
Name: @
Content: v=spf1 include:icloud.com -all
TTL: Preferably set it to something like 12-24 hours, as mail related records likely do not change that often.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.