Hi Bob,
No problem: Dmarc & DKIM are additional verifications (security) required by some mailservers, looks like google require this now and microsoft has no idea of it.
You can find the DKIM you need if you follow those steps: https://www.alitajran.com/configure-dkim-record-for-office-365/
Once you get those:
- Go to your dns hosting settings (yourdomain.org/com/be/whatever),
- On your dns hosting settings you have to add DNS-record
Like this:
Dmarc: ADD TXT record to your dns management
- domain name: _dmarc.yourdomain.com. (.com/be/org...)
- txt-record: v=DMARC1; p=none; pct=100; rua=mailto:@yourdomain.com; ruf=@yourdomain.com;fo=1:d:s
DKIM:
https://www.alitajran.com/configure-dkim-record-for-office-365/
ADD CNAME record:
- domain name: selector1._domainkey.yourdomain.com.
- caronical name record: selector1-yourdomain.com._domainkey.yourdomain.onmicrosoft.com
ADD CNAME record (second):
- domain name: selector2._domainkey.yourdomain.com.
- caronical name record: selector2-yourdomain._domainkey.yourdomain.onmicrosoft.com
Hope this will help, maybe your domain-name is hosting by another company ? In this case you will have to contact them.
Kind Regards,
Benjamin.