Setting up existing domain with iCloud
When setting up a domain with iCloud I should add five DNS settings according to Apple (https://support.apple.com/en-us/HT212524):
MX: host: [example.com]. points to: mx01.mail.icloud.com. priority: 10 TTL: 3600
MX: host: [example.com]. points to: mx02.mail.icloud.com. priority: 10 TTL: 3600
TXT: host: [example.com]. points to: “v=spf1 redirect=icloud.com” TTL: 3600
CNAME: host: sig1._domainkey points to: sig1.dkim.[example.com].at.icloudmailadmin.com. TTL: 3600
TXT: host: [example.com]. points to: [personal TXT record provided during set up] TTL: 3600
I have added the first four settings and my mail seem to be working through iCloud, but I haven't got the info "personal TXT record provided during set up" from Apple and can't find it anywhere. And I haven't set this up yet, so it is simply missing in my settings.
As I understand this should be some kind of validation to make sure my domain isn't used by anyone else. But to add it I still need to find this code somewhere. Can anybody help, where I can obtain it?
Thanks
/Kalle