• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue DNS not sending NOTIFY to secondary dns servers

Daniel Richards

New Pleskian
Hi there,

I have plesk onyx configured as a master dns server which transfers via AXFR the dns xone changes to a 3rd party secondary dns solution.

AXFR is working fine, but the 3rd party secondary dns is saying that plesk is not sending a NOTIFY command upon dns change.

I'm wondering if this is a fault, as would expect this to happen automatically?
 
Hello Daniel,

Could you compare log from your server with log on step #15 on page Instruction - How to start with Slave DNS Manager ? In log from my old test was a line with "Apr 26 09:22:33 digitalocean named[8769]: zone test-for-forum.com/IN: sending notifies (serial 2017042605)". Do you see the same in your logs?

Did you see BIND9 named.conf Zone Transfer and Update statements ?
I didn't find in default named.conf in Plesk any settings that disable notifies. By default, this setting turned on.
 
Hi, thank you.

I have reviewed the logs and are seeing notify messages sent, but they are not received by the third party secondary nameservers.
There aren't any entries in named.conf relating to notify.

How does plesk choose the ip to send the notify message too? I need to send them not to the IP of my nameservers, but to the IPs I have added to the ACL

Thanks in advance,
 
Were third-party secondary nameservers added as NS-record?

In my case, my 3rd party external name servers have separate IP address (not the name server IPs themselves) for the NOTIFY messages. This requires that I add the following to named.conf "options" section, which, the comments warn, could be overridden. My 3rd party DNS provider is DNSMadeEasy.com

Code:
notify yes;
also-notify { x.x.x.x; y.y.y.y; z.z.z.z; };
 
Last edited:
Back
Top