Mailman and Bind fixes
[hcoop/domtool2.git] / lib / domain.dtl
index 34b6859..f2d3150 100644 (file)
@@ -24,6 +24,10 @@ extern type your_domain_host;
 extern type node;
 {{The name of a server controlled by domtool}}
 
+extern type user;
+extern type group;
+{{UNIX users and groups}}
+
 extern type your_user;
 extern type your_group;
 {{UNIX users and groups that you're allowed to run as}}
@@ -47,6 +51,8 @@ extern type soa;
 {{DNS start-of-authority record}}
 extern val soa : domain -> serial -> int -> int -> int -> int -> soa;
 
+val defaultSoa = soa "ns.hcoop.net" serialAuto 172800 900 1209600 3600;
+
 extern type master;
 {{Information on the master DNS server for a domain}}
 extern val externalMaster : ip -> master;