Pending Nameserver Update Issue

I have a .eu TLD in Godaddy which NS records are pointing to Cloudflare. In the domain overview on Cloudflare I can see that the .eu domain I am talking about is listed as “Pending Nameserver Update”.

I have issue a “dig” command on the linux command line like so → $ dig -t NS mydomain.eu, the nameservers of Cloudflare are being returned. I have also set all the records (A, AAAA, CNAME, …) for that domain which work just fine.

The problem I am having is with emails. I am using mailcheap as mailserver, they need an SPF record which I have set up correctly but they are saying its missing.

Because I have 3 other domains with Cloudflare that work just fine with that mailserver, I expect it to have something to do with that “Pending Nameserver Update” shown in the overview.

Anyone having the same issues please?


this is what I am getting when sending mail though that TLD.

This is the mail system at host mail14 mymailcheap

I’m sorry to have to inform you that your message could not be delivered to one or more recipients. It’s attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can delete your own text from the attached returned message.

The mail system

<[xxx@recipientmailserver](xxx @ recipientmailserver)>: host filter mymailcheap [149.56.130.247] said: 550

5.7.1 <[xxxx@recipientmailserver](xxxx @ recipientmailserver)>: Recipient address rejected: Message rejected due

to: no SPF record. Please see

http://www.openspf.net/Why?s=mfrom;[email protected];ip=54.38.90.69;r=xxxx@recipientmailserver

(in reply to RCPT TO command)

Domain?

gerhart.eu

You did not replace your previous nameservers but you just added Cloudflare’s. You need to remove the others and only keep Cloudflare in order to validate on Cloudflare.

thats not the case, I have godaddy open in front of me, there is

how do you know the old ones are still there?

Then please explain this to me :wink:

dig @uk.dns.eu gerhart.eu NS

;; QUESTION SECTION:
;gerhart.eu.			IN	NS

;; AUTHORITY SECTION:
gerhart.eu.		86400	IN	NS	yolanda.ns.cloudflare.com.
gerhart.eu.		86400	IN	NS	ns2.checkdomain.de.
gerhart.eu.		86400	IN	NS	norm.ns.cloudflare.com.
gerhart.eu.		86400	IN	NS	ns.checkdomain.de.

Plus https://whois.eurid.eu/en/search?domain=gerhart.eu

I guess you have a point here. :joy:

Interestingly enough I am not seeing it when doing the same thing

$ dig -t NS gerhart.eu
;; ANSWER SECTION:
gerhart.eu. 86400 IN NS norm.ns.cloudflare.com.
gerhart.eu. 86400 IN NS yolanda.ns.cloudflare.com.

will check this out, thank you very much for your help sandro

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.