Added concept of multiple nodes
[hcoop/domtool2.git] / lib / exim.dtl
index 1152aef..feb320e 100644 (file)
@@ -1,4 +1,4 @@
 {{Exim MTA configuration}}
 
-extern val handleMail : [Domain];
-{{The local server should handle mail for this domain.}}
+extern val handleMail : [Domain] {MailNodes: [node]};
+{{The specified nodes should handle mail for this domain.}}