]> git.pld-linux.org Git - packages/autodns.git/blame - autodns.conf
- drop obsolete and outdated manual inclusion of rpm macros
[packages/autodns.git] / autodns.conf
CommitLineData
9408dcf9 1# Who I should reply as.
413d904c 2$mailfrom="autodns@earth.li";
9408dcf9
PG
3
4# Who replies should be CCed to.
413d904c 5$ccreply="noodles@earth.li";
9408dcf9
PG
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");
c394ca0b 10$cfgfiles="/var/lib/named/etc/named.conf";
9408dcf9
PG
11
12# The file we should add/delete domains from.
c394ca0b 13$conffile="/var/lib/named/etc/named.secondary.conf";
9408dcf9
PG
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.
bc837c9a 19$domainlistroot="/var/lib/autodns/domains.";
9408dcf9
PG
20
21# The lockfile we use to ensure we have exclusive access to the
22# $domainlistroot$user files and $conffile.
23b2bece 23$lockfile="/var/lib/autodns/autodns.lock";
9408dcf9
PG
24
25# The command to reload the nameserver domains list.
c394ca0b 26$reload_command="/usr/sbin/rndc reload 2>&1";
9408dcf9 27
This page took 0.069169 seconds and 4 git commands to generate.