HCoop
/
hcoop
/
domtool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eeb3bf
)
dom adds an MX record
author
Adam Chlipala
<adamc@hcoop.net>
Thu, 17 May 2007 23:27:56 +0000
(23:27 +0000)
committer
Adam Chlipala
<adamc@hcoop.net>
Thu, 17 May 2007 23:27:56 +0000
(23:27 +0000)
lib/easy_domain.dtl
patch
|
blob
|
blame
|
history
diff --git
a/lib/easy_domain.dtl
b/lib/easy_domain.dtl
index
0b4027d
..
585ebf1
100644
(file)
--- a/
lib/easy_domain.dtl
+++ b/
lib/easy_domain.dtl
@@
-27,6
+27,7
@@
val dom =
dns (dnsDefaultA (ip_of_node default_node));
handleMail;
+ dns (dnsMX 1 "deleuze.hcoop.net");
mailbox <- Mailbox;
catchAllAlias mailbox;