• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

BIND need to run when using external NS?

fluxx

New Pleskian
Hello,

in the past we used our server as a nameserver, too. But now we exclusively use external ns. Is there still a reason or an advantage to continue running BIND? Can we disable the local ns-serivce thats running on our server, without having any problems or disadvantage?

Thanks,
fluxx
 
Running a local caching nameserver makes DNS lookups a lot faster (set 'nameserver 127.0.0.1' in /etc/resolv.conf), which is especially nice for things like SpamAssassin which does a lot of them.

You can still use external nameservers for your authorative DNS if you don't want to use the nameserver on your Plesk server for that. Don't forget to disable DNS for your domains in Plesk or things will get weird as lookups for your domains on your server won't go to the external nameservers but to your local resolver, which probably won't have the correct records set up.
 
Back
Top