X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Froles%2Fmanifests%2Fmta.pp;h=22fbb6619fb6a0082986c89e2f86c566c0cb1eb2;hb=e36aaa15b6e11c42c1f2fd23c28acbaae55a0355;hp=9044803dd5a1e04473e6e9980b745715fa65e742;hpb=0300b7631fa167ceec3c38b779d0ba31b20c2b66;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/mta.pp b/modules/roles/manifests/mta.pp index 9044803dd..22fbb6619 100644 --- a/modules/roles/manifests/mta.pp +++ b/modules/roles/manifests/mta.pp @@ -51,10 +51,7 @@ class roles::mta( fail('We are not an exim::mx (or a postfix) yet do not have set our MXs to INCOMING-MX.') } - ferm::rule::simple { 'dsa-smtp': - description => 'Allow smtp access from the world', - port => '25', - } + # firewall allow is done by the exim::mx class } $autocertdir = hiera('paths.auto_certs_dir')