http://qa.mandrakesoft.com/show_bug.cgi?id=3517

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2003-03-26 22:58 -------
Works, thanks!

I've only changed /etc/init.d/powerdns-recursor slightly because I didn't want
pdns_recursor running as root (it did work under root):
-       daemon pdns_recursor
+       daemon --user powerdns /usr/sbin/pdns_recursor

I had to add /usr/sbin/ because the powerdns user didn't have that in the PATH.



------- 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: RESOLVED
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

Reply via email to