On Wed, March 1, 2017 11:13 am, Viktor Dukhovni wrote: > That resolver is having problems that I don't see: > > > $ dig +nocd -t mx surfacetreatment.be > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23879 > ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 2 > ;surfacetreatment.be. IN MX > surfacetreatment.be. MX 10 remote.surfacetreatment.be. > surfacetreatment.be. NS ns4.skynet.be. surfacetreatment.be. NS > ns1.skynet.be. surfacetreatment.be. NS ns3.skynet.be. > surfacetreatment.be. NS ns2.skynet.be. > > And posttls-finger connects to the domain: > > > $ posttls-finger -l may -Lsummary -c surfacetreatment.be > posttls-finger: Untrusted TLS connection established to > remote.surfacetreatment.be[91.183.126.148]:25: TLSv1.2 with cipher > ECDHE-RSA-AES128-SHA (128/128 bits) > > > The problem may be on your end. The report from dnsviz.net also shows > no problems (ignore the errors for a non-responding root namerver):
Viktor, thanks, I think I found my problems, or, a part of, I'm getting MX now: BUT, I'm not getting BOTH MX and NS, like in your dig, though, get them individually with 't' option so, not sure if it's a difference in dig, or, am I still missing something (found problems in resolver name server, fwiw) # dig +nocd -t mx surfacetreatment.be ; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.47.rc1.el6_8.4 <<>> +nocd -t mx surfacetreatment.be ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 6676 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;surfacetreatment.be. IN MX ;; Query time: 1 msec ;; SERVER: 45.65.12.7#53(45.65.12.7) ;; WHEN: Wed Mar 1 21:38:46 2017 ;; MSG SIZE rcvd: 37 # dig +nocd -t ns surfacetreatment.be ; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.47.rc1.el6_8.4 <<>> +nocd -t ns surfacetreatment.be ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5186 ;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;surfacetreatment.be. IN NS ;; ANSWER SECTION: surfacetreatment.be. 86273 IN NS ns3.skynet.be. surfacetreatment.be. 86273 IN NS ns2.skynet.be. surfacetreatment.be. 86273 IN NS ns1.skynet.be. surfacetreatment.be. 86273 IN NS ns4.skynet.be. ;; Query time: 1 msec ;; SERVER: 45.65.12.7#53(45.65.12.7) ;; WHEN: Wed Mar 1 21:39:33 2017 ;; MSG SIZE rcvd: 116