http://qa.mandrakesoft.com/show_bug.cgi?id=3517
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From [EMAIL PROTECTED] 2003-03-29 13:23 -------
Fixed with PowerDNS-2.9.7-3mdk
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: CLOSED
creation_date:
description:
PowerDNS has an resolver / recursing nameserver since 2.9.4. Please include this
in the package.
It can be enabled using the --enable-recursor configure option.
Please include a /etc/init.d/ script which starts the 'pdns_recursor' under a
different user (it defaults to root).
Note: the recursor is a separate daemon which by default listens on port 53.
This causes problems if PowerDNS is running on that port.
Suggested default /etc/powerdns/recursor.conf:
quiet=on
local-address=127.0.0.1
local-port=5300
The quiet=on is not documented at
http://doc.powerdns.com/built-in-recursor.html. Without this option
pdns_recursor logs every request and the answer to that request to syslog.
The pdns.conf setting (should somehow only be added if the recursor service is
enabled):
recursor=127.0.0.1:5300