I'm checking out my email deliverability with mail-tester.com, and I'm having 2 errors that confuse me. I'm hoping you guys and gals can help me track this down.
I used a parked domain to send emails; so the account is set up for example.co (not .com, but .co) and now I own example.net. So I parked it on top of example.co, and send emails through [email protected].
The errors I'm getting:
Your message is not signed with DKIM
But looking at the DNS records for example.net, I do have default._domainkey.example.net. :
Your domains are not aligned. We can't check DMARC
Before using DMARC, you should make sure the domains used in the Envelope From (e.g., Return-Path or Mail-From), the "Friendly" From (i.e., "Header" From) and the d=domain in the DKIM-Signature are the same
Verification details:
and I have _dmarc.examle.net. :
Do I need to change something to make these work properly?
I used a parked domain to send emails; so the account is set up for example.co (not .com, but .co) and now I own example.net. So I parked it on top of example.co, and send emails through [email protected].
The errors I'm getting:
Your message is not signed with DKIM
But looking at the DNS records for example.net, I do have default._domainkey.example.net. :
Code:
v=DKIM1; k=rsa; p=[random code];
Your domains are not aligned. We can't check DMARC
Before using DMARC, you should make sure the domains used in the Envelope From (e.g., Return-Path or Mail-From), the "Friendly" From (i.e., "Header" From) and the d=domain in the DKIM-Signature are the same
Verification details:
- mail-tester.com; dmarc=none header.from=example.net
- From Domain: example.net
- DKIM Domain: example.co
and I have _dmarc.examle.net. :
Code:
v=DMARC1;p=none;sp=none;adkim=r;aspf=r;pct=100;fo=1;rf=afrf;ri=86400;rua=mailto:[email protected];ruf=mailto:[email protected]