More easy_domain
[hcoop/domtool2.git] / lib / domain.dtl
index 5d2d057..afd922d 100644 (file)
@@ -77,3 +77,7 @@ extern val noDns : dnsKind;
 
 extern val domain : your_domain -> Domain => [Root] {DNS : dnsKind, TTL : int};
 {{Configure a domain to which you have access rights.}}
 
 extern val domain : your_domain -> Domain => [Root] {DNS : dnsKind, TTL : int};
 {{Configure a domain to which you have access rights.}}
+
+extern type mail_node;
+{{A node offering SMTP services}}
+extern val mail_node_to_node : mail_node -> node;
\ No newline at end of file