.TH rbldns-conf 8 .SH NAME rbldns-conf \- sets up an IP-address-listing DNS service. .SH SYNOPSIS .B rbldns-conf .I acct .I logacct .I D .I ip .I base .SH DESCRIPTION .B rbldns-conf creates a service directory .I D that runs .BR rbldns (8). The name .I D must start with a slash and must not contain any special characters. Normally .I D is .IR /etc/rbldns . You can run the service under .BR svscan (8) by using the .BR update-service (8) program on Debian GNU/Linux update-service --add .I D or by creating a symbolic link in the .BR svscan (8) directory (normally /service or /etc/service), e.g.: ln -s .I D /service The service will start within five seconds, and will be restarted upon reboot. You can use .BR svc (8) to control the service. .B rbldns-conf arranges for .BR rbldns (8) to chroot to .IR D /root and to run under the uid and gid of .IR acct . The name .I acct must not contain any special characters. .B rbldns-conf creates .IR D /root/Makefile to run .BR rbldns-data (8) upon request. .B rbldns-conf arranges for .BR rbldns (8) to listen for UDP packets on port 53 of .IR ip , and to send outgoing packets from .IR ip . .B rbldns-conf arranges for .BR rbldns (8) to answer queries under the .I base domain. The name .I base must not contain any special characters. .B rbldns-conf creates an automatically rotated log directory in .IR D /log/main. The logs are owned by .IR logacct . The corresponding .BR multilog (8) processes run under the uid and gid of .IR logacct . The name .I logacct must not contain any special characters. .SH SEE ALSO rbldns(8), rbldns-data(8) svscan(8), svc(8), multilog(8), axfrdns-conf(8), dnscache-conf(8), tinydns-conf(8), walldns-conf(8), update-service(8) http://cr.yp.to/djbdns.html