X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/8c142ff5a8d781a44261c1ca2f15f0e13a9d2e88..63ac3b82c1cd33605e62688cd97688a6dae3cb9c:/lib/exim.dtl diff --git a/lib/exim.dtl b/lib/exim.dtl index 3e9e749..a1d5cc6 100644 --- a/lib/exim.dtl +++ b/lib/exim.dtl @@ -2,3 +2,7 @@ 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.}}