Follow CNAME when running MX check #2575
Closed
huntfx
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
|
Thanks for the suggestion. Would you like to create a merge request to add this feature? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some websites blanket ban email addresses that point directly to SimpleLogin MX servers (thanks Atlassian).
I found a workaround that uses an intermediate CNAME, which I'd like to leave active in case any other websites try to block it too, as it works totally fine.
Old:
New:
However, it seems SimpleLogin's check simply looks up the MX records.
This check would be improved if was able to follow the CNAME records to resolve the final address.
I followed the code backwards from the warning email and found this function:
I'd be happy to give my domain name for testing, just would prefer to not post it publicly right here.
Beta Was this translation helpful? Give feedback.
All reactions