X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fexim%2Fmanifests%2Fmx.pp;h=3c40623d64826184ac0dfc7c0b6bc577464e137a;hb=108cf6c59c96238bc76eb2150632e21c2c6d3e26;hp=80ed36f7e72c9b0d875733f0a0d6b374bba54e5c;hpb=b4cb1b1c8b6900dabfb28bc5d9f15d6c16172f0a;p=mirror%2Fdsa-puppet.git diff --git a/modules/exim/manifests/mx.pp b/modules/exim/manifests/mx.pp index 80ed36f7e..3c40623d6 100644 --- a/modules/exim/manifests/mx.pp +++ b/modules/exim/manifests/mx.pp @@ -13,6 +13,7 @@ class exim::mx inherits exim { notify => Service['exim4'], } + # MXs used as smarthosts @ferm::rule { 'dsa-exim-submission': description => 'Allow SMTP', rule => '&SERVICE_RANGE(tcp, submission, $SMTP_SOURCES)' @@ -22,6 +23,11 @@ class exim::mx inherits exim { domain => 'ip6', rule => '&SERVICE_RANGE(tcp, submission, $SMTP_V6_SOURCES)', } + dnsextras::entry{ "tlsa-submission": + zone => 'debian.org', + label => "_587._tcp.${::fqdn}", + rrtype => 'TXT', + rrdata => 'testing' } package { 'nagios-plugins-standard': ensure => installed,