Expanding TXT support
[hcoop/domtool2.git] / lib / exim.dtl
index 1152aef..a1d5cc6 100644 (file)
@@ -1,4 +1,8 @@
 {{Exim MTA configuration}}
 
-extern val handleMail : [Domain];
-{{The local server should handle mail for this domain.}}
+extern val handleMail : [Domain] {MailNodes: [mail_node]};
+{{The specified nodes should handle mail for this domain.}}
+
+extern val relayMail : [Domain] {MailNodes: [mail_node]};
+{{The specified nodes should relay mail for this domain.
+That is, they should forward it on to authoritative mail servers, not handle it locally.}}