SPF, DMARC, and DKIM: How to Keep Your Email Out of the Spam Folder
1–10 of 63 posts
Re: SPF, DMARC, and DKIM: How to Keep Your Email Out of the Spam Folder
#2Gives you a score and suggestions on improving it to reduce the chance of hitting the spam filter.
Re: SPF, DMARC, and DKIM: How to Keep Your Email Out of the Spam Folder
#3Re: SPF, DMARC, and DKIM: How to Keep Your Email Out of the Spam Folder
#4Re: SPF, DMARC, and DKIM: How to Keep Your Email Out of the Spam Folder
#5I think it's pretty weak they're advertising the use of "~all" in their spf records. Either use "-all" or just don't use SPF I would say. If you can't make a decisive statement about your own domain then it won't be actionable for receivers that evaluate your records.
Re: SPF, DMARC, and DKIM: How to Keep Your Email Out of the Spam Folder
#6I've had great luck with my personal email servers thanks to this tool: https://www.mail-tester.com/ Gives you a score and suggestions on improving it to reduce the chance of hitting the spam filter.
Re: SPF, DMARC, and DKIM: How to Keep Your Email Out of the Spam Folder
#7http://penguindreams.org/blog/how-google-and-microsoft-made-...
I think part of it might be that I use Linode, and there are other spammers in their data centre, so I could just be on a subnet bad list. But I think a lot of it has to do with Google/Microsoft's spam filters just being crazy over aggressive.
Re: SPF, DMARC, and DKIM: How to Keep Your Email Out of the Spam Folder
#8I wrote this a while ago. I have SPF, DMARC and DKIM all implemented on my mail domain and I still get put in the spam folder: http://penguindreams.org/blog/how-google-and-microsoft-made-... I think part of it might be that I use Linode, and there are other spammers in their data centre, so I could just be on a subnet bad list. But I think a lot of it has to do with Google/Microsoft's spam filters just being crazy ov…
Re: SPF, DMARC, and DKIM: How to Keep Your Email Out of the Spam Folder
#9I wrote this a while ago. I have SPF, DMARC and DKIM all implemented on my mail domain and I still get put in the spam folder: http://penguindreams.org/blog/how-google-and-microsoft-made-... I think part of it might be that I use Linode, and there are other spammers in their data centre, so I could just be on a subnet bad list. But I think a lot of it has to do with Google/Microsoft's spam filters just being crazy ov…
Re: SPF, DMARC, and DKIM: How to Keep Your Email Out of the Spam Folder
#10* SPF: limit your record and all includes to 10 DNS lookups (e.g., "A MX include:_spf.google.com" is 3 DNS lookups plus all of the lookups inside the include.
* DMARC: to see a strict reject policy, check out Yahoo:
$ dig +short -t txt _dmarc.yahoo.com
"v=DMARC1\; p=reject\; pct=100\; rua=mailto:dmarc_y_rua@yahoo.com\;"
* Mail forwarding: if your app sends mail as the logged-in user, make sure the user's actual email address is not in the FROM address as Yahoo does not authorize you to send FROM: xxxx@yahoo.com* DMARC emails: use dmarcian.com to parse and process the auto-generated emails
* SPF: use the ~all for your first day of testing and then lock it down to -all after testing is complete
* DKIM: OpenDkim appears to be the most widely supported Linux software package.
* DKIM keys: setup a TXT entry you control and ask client to CNAME it. Then setup key rotation.