]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
work around ONTP's broken mail setup
authorMartin Zobel-Helas <zobel@debian.org>
Mon, 6 May 2013 20:37:57 +0000 (22:37 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Mon, 6 May 2013 20:38:25 +0000 (22:38 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/ferm/manifests/per-host.pp

index 82d68270f86ce8e85e8d52764ac89b4741e96c3d..ff4d8d76cc936f6f25313c942f79d9c581af37a1 100644 (file)
@@ -48,6 +48,20 @@ class ferm::per-host {
                                rule            => '&SERVICE_RANGE(tcp, 3493, ( 82.195.75.64/26 192.168.43.0/24 ))'
                        }
                }
+               bendel: {
+                       @ferm::rule { 'listmaster-ontp-in':
+                               description     => 'ONTP has a broken mail setup',
+                               table           => 'filter'
+                               chain           => 'INPUT'
+                               rule            => 'source 188.165.23.89/32 proto tcp dport 25 jump DROP',
+                       }
+                       @ferm::rule { 'listmaster-ontp-in':
+                               description     => 'ONTP has a broken mail setup',
+                               table           => 'filter'
+                               chain           => 'OUTPUT'
+                               rule            => 'destination 78.8.208.246/32 proto tcp dport 25 jump DROP',
+                       }
+               }
                danzi: {
                        @ferm::rule { 'dsa-postgres-danzi':
                                description     => 'Allow postgress access',