Confirm DKIM and SPF flow with external DNS
Howdy,
We control a cPanel server with a hostname of host.server.tld. There are many cPanel accounts on that server, one of which is website.tld. The DNS for website.tld does not point to host.server.tld. An A record on the DNS of website.tld makes web traffic resolve correctly. A lead form on website.tld sends emails through host.server.tld when a user submits the form. When the email is received, the from address looks like this:
='noreply@website.com'>noreply@website.tld via host.server.tld
I'm attempting to set up DKIM and SPF in order to remove the "via" portion and to improve deliverability. I'd like to know if I'm thinking about this correctly.
I think that I need to add TXT records to the DNS of website.tld and that the name portion of the TXT records should look like this:
- DKIM: default._domainkey.host.server.tld.
- SPF: host.server.tld.
-
A lead form on website.tld sends emails through host.server.tld when a user submits the form.
Hello @John Manning, Can you provide more information about the form? Does it use the PHP Mail function, or does it make use of SMTP authentication? Thank you.0 -
Hi @cPanelMichael. I think it uses PHP Mail- the site runs Wordpress and uses the Gravity Forms plugin. I don't believe that SMTP has been configured. 0
Please sign in to leave a comment.
Comments
3 comments