summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/manifests/mx/checks.pp
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-07-12 11:20:58 -0400
committerMicah <micah@leap.se>2016-07-19 10:44:11 -0400
commitbbdc193f05cb2f1624d6c7bbffd27f8060de35c8 (patch)
tree5afe409027ccc69fd7d3c1895e39bb1800c9d2d0 /puppet/modules/site_postfix/manifests/mx/checks.pp
parent68544ba2ffdfa988c060b3b4c5bd075f7304a022 (diff)
Block ip-based helo at MTA (#8139).
Numeric helo is a very strong indicator of spam. When this is blocked, a very significant amount of spam stops. Change-Id: Ieb340190faf37638950d1aa60b52268659e0b7f6
Diffstat (limited to 'puppet/modules/site_postfix/manifests/mx/checks.pp')
-rw-r--r--puppet/modules/site_postfix/manifests/mx/checks.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx/checks.pp b/puppet/modules/site_postfix/manifests/mx/checks.pp
index f406ad34..9678c205 100644
--- a/puppet/modules/site_postfix/manifests/mx/checks.pp
+++ b/puppet/modules/site_postfix/manifests/mx/checks.pp
@@ -1,3 +1,4 @@
+# management of specific MTA checks
class site_postfix::mx::checks {
file {
@@ -13,6 +14,12 @@ class site_postfix::mx::checks {
mode => '0644',
owner => root,
group => root;
+
+ '/etc/postfix/checks/helo_checks.pcre':
+ source => 'puppet:///modules/site_postfix/checks/helo_access.pcre',
+ mode => '0644',
+ owner => root,
+ group => root;
}
exec {