setsa: enable spam checking on admin mail nodes
[hcoop/domtool2.git] / configDefault / bind.cfg
1 structure Bind :> BIND_CONFIG = struct
2
3 val zonePath = ConfigCore.localRoot ^ "/zones"
4 val zonePath_real = "/etc/bind/zones"
5
6 val serialDir = ConfigCore.sharedRoot ^ "/serials"
7
8 val namedConf = ConfigCore.localRoot ^ "/named.conf.local"
9
10 val reload = ConfigCore.sudo ^ " " ^ ConfigCore.installPrefix ^ "/sbin/domtool-publish bind"
11
12 end