]> git.pld-linux.org Git - packages/autodns.git/blob - autodns.conf
- drop obsolete and outdated manual inclusion of rpm macros
[packages/autodns.git] / autodns.conf
1 # Who I should reply as.
2 $mailfrom="autodns@earth.li";
3
4 # Who replies should be CCed to.
5 $ccreply="noodles@earth.li";
6
7 # Where to look for zones we're already hosting.
8 # It has to be one line!! (temporary) -- blues 
9 #@cfgfiles=("/etc/named.conf", "/etc/bind/named.secondary.conf");
10 $cfgfiles="/var/lib/named/etc/named.conf";
11
12 # The file we should add/delete domains from.
13 $conffile="/var/lib/named/etc/named.secondary.conf";
14
15 # The file that contains details of the authorized users.
16 $usersfile="/etc/autodns/autodns.users";
17
18 # Base file name to for list of users domains.
19 $domainlistroot="/var/lib/autodns/domains.";
20
21 # The lockfile we use to ensure we have exclusive access to the
22 # $domainlistroot$user files and $conffile.
23 $lockfile="/var/lib/autodns/autodns.lock";
24
25 # The command to reload the nameserver domains list.
26 $reload_command="/usr/sbin/rndc reload 2>&1";
27
This page took 0.062772 seconds and 3 git commands to generate.