NOTIFY logging problem

Frank Cusack fcusack at fcusack.com
Sat Jan 30 03:06:21 UTC 2010


How can I get logs of all NOTIFY messages sent?

logging {
  // use local0 instead of daemon
  channel local0_syslog {
    syslog local0;
    severity info;
  };
  category notify    { local0_syslog; default_debug; };
};

The above only generates a summary log:

zone XXX/IN/internet: sending notifies (serial 2010012700)

I'd like to see a verification of every host a NOTIFY message was sent to.

-frank



More information about the bind-users mailing list