X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/ed9fda3a0e2edcf4ed546e0eb9ac128865538276..6b71895409837ee7ebea2a66f62d98dbee8b97e7:/lib/exim.dtl diff --git a/lib/exim.dtl b/lib/exim.dtl index 1152aef..a1d5cc6 100644 --- a/lib/exim.dtl +++ b/lib/exim.dtl @@ -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.}}