X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fexim%2Fmanifests%2Fmx.pp;h=8916c096a20efe3c0cf9dbdb0944fd9783e0ab34;hb=64c1545f242396ff122e1af0ce35cf952a01c58c;hp=bf7fd5ebfe7b0d0ae9f2e223a94392fa69f11ba3;hpb=e0c4da9d3bc8bbf97f1839f36ce2abf3fb0e3c7c;p=mirror%2Fdsa-puppet.git diff --git a/modules/exim/manifests/mx.pp b/modules/exim/manifests/mx.pp index bf7fd5ebf..8916c096a 100644 --- a/modules/exim/manifests/mx.pp +++ b/modules/exim/manifests/mx.pp @@ -26,4 +26,9 @@ class exim::mx( package { 'monitoring-plugins-standard': ensure => installed, } + + ferm::rule::simple { 'dsa-smtp': + description => 'Allow smtp access from the world', + port => '25', + } }