Opened 11 months ago
Last modified 6 weeks ago
#3068 new task
MX record for discourse.osgeo.org is not propagating properly
Reported by: | strk | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Unplanned |
Component: | SysAdmin/DNS | Keywords: | discourse |
Cc: |
Description
As reported in https://trac.osgeo.org/osgeo/ticket/2306#comment:54 and in https://trac.osgeo.org/osgeo/ticket/2306#comment:55 there are at least 2 name servers from internet service providers (ovh.net and ehiweb.it) that do now know (after 7 days) about the existance of an MX record for discourse.osgeo.org
I suspect there is something to improve from our side to make propagation of these records faster.
I confirm clearing caches (like installing a new nameserver and using it from scratch) is able to see the MX record, so it is a matter of cache lifetimes.
Attachments (1)
Change History (11)
comment:1 by , 11 months ago
Cc: | removed |
---|---|
Keywords: | discourse added |
comment:2 by , 6 months ago
comment:4 by , 6 months ago
Even osgeo7 resolver isn't getting the MX record at the moment:
tech_dev@osgeo7:~$ nslookup > set type=mx > discourse.osgeo.org Server: 127.0.0.53 Address: 127.0.0.53#53 Non-authoritative answer: discourse.osgeo.org canonical name = web.osgeo9.osgeo.org. Authoritative answers can be found from: >
comment:5 by , 6 months ago
I see no output from these commands:
dig @213.186.33.99 -t mx discourse.osgeo.org| grep 'MX' | grep -v '^;' dig @2001:41d0:3:163::1 -t mx discourse.osgeo.org| grep 'MX' | grep -v '^;'
Both addresses are from ovh.net The ehinet addresses wont' respond from the outside
follow-up: 7 comment:6 by , 6 months ago
May be cloudflare related: https://community.cloudflare.com/t/mx-record-didnt-updating/353209
by , 5 months ago
Attachment: | cloudflareconfig.png added |
---|
comment:7 by , 5 months ago
Replying to strk:
May be cloudflare related: https://community.cloudflare.com/t/mx-record-didnt-updating/353209
The person on that ticket made two mistakes
1) They tried to put in the name of their domain which ends up doing something silly like
mydomain.com.mydomain.com
2) They used Proxy instead of DNS only
By contrast ours looks like this:
so this has nothing to do with our problem.
I'm also puzzled why it's not every dns in the world having this issue with our setup. Did those admins tell you what the upstream problem is? If they didn't give specifics, I'd assume they are just trying to pass on the problem to someone else cause they have no clue.
comment:8 by , 5 months ago
I forgot to show the config of meet.osgeo.org in that screen shot.
A meet 140.211.15.5 DNS only
But anyway I can't replicate the issue on any of the servers I have access to or any of the MX checkers I have tried online. I tried the below:
host -t mx discourse.osgeo.org
on an amazon server, atlantic.net, osuosl.org server, my comcast.net
and all report
discourse.osgeo.org mail is handled by 1 meet.osgeo.osuosl.org. discourse.osgeo.org mail is handled by 10 meet.osgeo.org.
I also tried - https://mxtoolbox.com/SuperTool.aspx?action=mx%3adiscourse.osgeo.org&run=toolpage
and it came back with the same answer in addition to whining about not having a DMARC policy which is a separate issue.
comment:10 by , 6 weeks ago
Replying to robe:
@strk is this still an issue?
The email you sent to discourse came thru just fine - https://discourse.osgeo.org/t/osgeo-3068-mx-record-for-discourse-osgeo-org-is-not-propagating-properly/4757/11
I don't know what your mx query returned, but sure discourse.osgeo.org is an alias for web.osgeo9.osgeo.org, but the mx record for discourse.osgeo.org is NOT discourse.osgeo.org, it's meet.osgeo.org. I assume your mail is working just fine cause your mail to discourse made it thru.
When I use nslookup, this is what I get
set qtype=mx discourse.osgeo.org
returns
discourse.osgeo.org MX preference = 1, mail exchanger = meet.osgeo.osuosl.org discourse.osgeo.org MX preference = 10, mail exchanger = meet.osgeo.org meet.osgeo.osuosl.org internet address = 140.211.15.5 meet.osgeo.org internet address = 140.211.15.5
My (new) server and my desktop client are still not getting the MX record for discourse.osgeo.org as of today. Was the zone version updated ?