X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/6fa78209dd4f38f22fe636154b2d319676147eab..e0b80e65c8132f096ed5c92e42d4da7d33ff369b:/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.}}