Change dispatcher principal name to be more consistent with other cases
[hcoop/domtool2.git] / lib / easy_domain.dtl
index 0b4027d..925802d 100644 (file)
@@ -21,12 +21,13 @@ val dom =
        \ d : (your_domain) ->
        \\ config : Domain ->
                domain d with
-                       dns (dnsNS "deleuze.hcoop.net");
-                       dns (dnsNS "mire.hcoop.net");
+                       dns (dnsNS "ns1.hcoop.net");
+                       dns (dnsNS "ns3.hcoop.net");
 
                        dns (dnsDefaultA (ip_of_node default_node));
 
                        handleMail;
+                       dns (dnsMX 1 "deleuze.hcoop.net");
                        mailbox <- Mailbox;
                        catchAllAlias mailbox;