From 15a50d6405b0738800077d464d78bc69fd65d9ae Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 10 Oct 2018 11:19:35 +0200 Subject: [PATCH 1/1] drop manual blacklist of smtp abusers --- modules/exim/manifests/mx.pp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/exim/manifests/mx.pp b/modules/exim/manifests/mx.pp index 42604eb95..ee096196d 100644 --- a/modules/exim/manifests/mx.pp +++ b/modules/exim/manifests/mx.pp @@ -14,19 +14,6 @@ class exim::mx inherits exim { notify => Service['exim4'], } - # 20181010 many connections: - # 188.165.219.27 - # 125.72.232.* - # 140.224.61.* - # 117.24.36.0/22 - # 115.235.157.28 - # 113.110.47.180 - # 121.226.141.* - @ferm::rule { 'dsa-mail-abusers': - prio => "000", - rule => "saddr (188.165.219.27 125.72.232.0/24 140.224.61.0/24 117.24.38.0/22 115.235.157.28 113.110.47.180 121.226.141.0/24) DROP", - } - # MXs used as smarthosts @ferm::rule { 'dsa-exim-submission': description => 'Allow SMTP', -- 2.20.1