I've parked a domain on an account, set up an email account for that parked domain. The main account has SPF and DKIM enabled and it looks like the proper DNS entries are there. But when I send mail from that account, it acts like SPF and DKIM are disabled.
Example:
SERVER 1
Main IP 1.1.1.1
Account set up example.com
The DNS for example.com has records
*.2 - CNAME - 2.example.com.
2 - A - 2.2.2.2
SERVER 2
Main IP - 2.2.2.2
Main account - example2.com
Parked domain - example2.com.2.example.com
Email account - [email protected].2.example.com
DNS for example2.com.2.example.com has records
default._domainkey - TXT - "v=DKIM1....
example2.com.2.example.com. - TXT "v=spf1....
The website for example2.com.2.example.com pulls up fine. Adding the records to the DNS on server 1 makes it work. Is this a limitation of WHM ignoring the *.2 CNAME for SPF requests? Or is SPF required to always look in the penultimate domain's DNS for any records for subdomains?
Example:
SERVER 1
Main IP 1.1.1.1
Account set up example.com
The DNS for example.com has records
*.2 - CNAME - 2.example.com.
2 - A - 2.2.2.2
SERVER 2
Main IP - 2.2.2.2
Main account - example2.com
Parked domain - example2.com.2.example.com
Email account - [email protected].2.example.com
DNS for example2.com.2.example.com has records
default._domainkey - TXT - "v=DKIM1....
example2.com.2.example.com. - TXT "v=spf1....
The website for example2.com.2.example.com pulls up fine. Adding the records to the DNS on server 1 makes it work. Is this a limitation of WHM ignoring the *.2 CNAME for SPF requests? Or is SPF required to always look in the penultimate domain's DNS for any records for subdomains?