Hello,
Need some clarification. So far ive setup:
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
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
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:
It will provide you with some nice suggestions on the things that you can improve like adding a SPF record for example, eg:
Also, note that for new accounts port 25 is closed by default, so if you are using port 25 it will not work:
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