Report this

What is the reason for this report?

domain dns control with droplet and vanity nameservers

Posted on May 14, 2024

Hello,

Need some clarification. So far ive setup:

  • Debian12 droplet with hestiacp.
  • ive used the vanity nameserver setup.
  • All works well but im trying to figure out 2 things: – where do i actually control dns for the main domain i use as a server for hestiacp? I’m asking because wordpress isn’t sending out emails. mail/dkim is set in hestiacp but im guessing the vanity nameserver setup doesn’t allow me to use hestiacp DNS. – Now i’ve changed the nameservers for a second domainname. I changed them to ns1.myserverdomainname.com / ns2.myserverdomainname.com / ns3.myserverdomainname.com, just like i set the vanity nameservers with gluerecords per your guide. But theyre not being picked up. Should i wait longer or am i doing something wrong?

Point is: i really like to control dns for all my domains within HestiaCP.

Thanks in advance!



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

Usually after making a DNS change, it can take up to 24 hours for the DNS to propagate over the Globe before you can see the new records.

If your domain names are loading as expected and serving your website’s content from the server, then this would indicate that you’ve configured your DNS correctly.

The emails not being sent, is most likely a separate issue from the DNS. For WordPress emails to work normally, I would suggest using an SMTP plugin rather than the default plain PHP mail. This will increase the deliverability of your emails a lot.

Also, you can try sending an email to this website here and then checking the report:

https://www.mail-tester.com/

It will provide you with some nice suggestions on the things that you can improve like adding a SPF record for example, eg:

v=spf1 a mx ip4:your_droplet_ip ~all

Also, note that for new accounts the SMTP ports 25, 465 and 587 are closed by default:

https://docs.digitalocean.com/support/why-is-smtp-blocked/

Alternatively, you can use a free SMTP service like SendGrid with your WordPress SMTP plugin. That way you will not be affected by the SMTP block as described in the above guide.

Let me know how it goes!

Best,

Bobby

Heya, @a48f76a0351645dc8785d0c26f72dc

If you’ve made any nameservers changes you can double-check the DNS zone on both control panel (DNS providers) and see if any DNS record is missing.

Regards

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.