I have some similar problem problem on a running machine. So i didn't try this solution.
( http://www.daniweb.com/hardware-and-software/networking/threads/196468/bind-is-denying-queries-even-with-allow-query-set )

options {
        listen-on port 53 { 127.0.0.1; };
        listen-on-v6 port 53 { ::1; };
        allow-query     { localhost; };
        recursion yes;

        ...
        ...
};

client 66.249.71.203#39409: query (cache) 'cakestandpunchbowl.handbagssalet.com/A/IN' denied
client 66.249.71.250#62577: query (cache) 'ns2.handbagssaled.com/A/IN' denied
client 69.64.44.20#20680: query (cache) 'furnituresalesalejj.com/A/IN' denied

I am getting such a messages in /log/messages

How to fix this?

Any clue to fix this?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.