I feel like I’ve tried EVERYTHING to get my server’s email working. I’ve been working at it on and off for months. Here’s what I’ve done so far:
I’m running a LAMP stack on Ubuntu 14.04
I’m currently hosting two websites using virtual hosts
I followed this guide to set up Exim
Followed this guide to set up SPF and DKIM for my virtual hosts
Here’s what my SPF and DKIM records look like
Used this tool to verify my SPF and DKIM records
Everything looks good, and yet when I send a test email from my server to my Gmail account, it is flagged with the question mark icon and says “Gmail couldn’t verify that windhorse.ca actually sent this message (and not a spammer).”
Could it be that I’ve taken so long to get this working that Gmail has flagged my domain as spam??
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
FOUND THE ANSWER - I had named my droplet “windhorse”, and it turns out all I had to do was rename it to “windhorse.ca” (my domain!) It works now!!