Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. DNS lookup failure MX for yandex.com

DNS lookup failure MX for yandex.com

Scheduled Pinned Locked Moved Solved Support
dnsmailharaka
25 Posts 5 Posters 3.5k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #21

      Turns out the above is not a good way to test recursive resolve because internally it uses nsswitch.conf and resolv. So, bns module:

      const bns = require('bns');
      const {RecursiveResolver} = bns;
      
      const resolver = new RecursiveResolver({
        tcp: false,
        inet6: true,
        edns: true,
        dnssec: true
      });
      
      // Use default root hints and trust
      // anchors (see lib/hints.js).
      resolver.hints.setDefault();
      
      resolver.on('log', (...args) => console.log(...args));
      
      (async function () {
      await resolver.open();
      
      const res = await resolver.lookup('the.domain.', 'MX');
      console.log(res.toString());
      })();
      

      This fails because there is no UDP response from the name severs. I am creating a server in OVH canada to see if this some networking issue with that server or some general OVH issue.

      1 Reply Last reply
      0
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #22

        Can confirm that it works on a OVH sever in BHS5 region. I think the best bet is to change the server IP.

        d19dotcaD 1 Reply Last reply
        0
        • girishG girish

          Can confirm that it works on a OVH sever in BHS5 region. I think the best bet is to change the server IP.

          d19dotcaD Offline
          d19dotcaD Offline
          d19dotca
          wrote on last edited by
          #23

          @girish Ah that's fair enough. Thanks Girish. I will try to make that move as soon as I can.

          I will likely move away from the OVH VPS to the OVH Public Cloud instances instead (I used to have those but found the VPS's a bit more performant but only slightly and now I'm running into some unforeseen extra costs for the VPS which makes me think the Public Cloud was actually the better option for me).

          So I'll make that change as soon as tonight or else later this weekend and will let you know. Thanks so much for the hard work! 🙂

          --
          Dustin Dauncey
          www.d19.ca

          1 Reply Last reply
          0
          • d19dotcaD Offline
            d19dotcaD Offline
            d19dotca
            wrote on last edited by
            #24

            I migrated my server tonight to BHS5 region in OVH and it worked successfully sending mail to that domain now. So I suppose that issue is resolved and was more of a general network issue at OVH. Thanks for the guidance, Girish. 🙂

            --
            Dustin Dauncey
            www.d19.ca

            scookeS 1 Reply Last reply
            2
            • d19dotcaD d19dotca

              I migrated my server tonight to BHS5 region in OVH and it worked successfully sending mail to that domain now. So I suppose that issue is resolved and was more of a general network issue at OVH. Thanks for the guidance, Girish. 🙂

              scookeS Offline
              scookeS Offline
              scooke
              wrote on last edited by
              #25

              @d19dotca What a read!

              A life lived in fear is a life half-lived

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Bookmarks
                • Search