lib: add AAAA record for mailman hosts
[hcoop/domtool2.git] / lib / exim.dtl
index feb320e..a1d5cc6 100644 (file)
@@ -1,4 +1,8 @@
 {{Exim MTA configuration}}
 
-extern val handleMail : [Domain] {MailNodes: [node]};
+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.}}