diff modules/postfix/manifests/init.pp @ 92:4412f5e0b2ba puppet-3.6

Add body checks to emails for the minority of obvious spam that aren't caught
author IBBoard <dev@ibboard.co.uk>
date Sat, 16 Jan 2016 11:01:09 +0000
parents a2d6032c6811
children 28a4e01b904b
line wrap: on
line diff
--- a/modules/postfix/manifests/init.pp	Sat Jan 16 11:00:38 2016 +0000
+++ b/modules/postfix/manifests/init.pp	Sat Jan 16 11:01:09 2016 +0000
@@ -67,6 +67,10 @@
   file { '/etc/postfix/header_checks':
     source => 'puppet:///private/postfix/header_checks',
   }
+  #Bad headers (use even more sparingly!)
+  file { '/etc/postfix/body_checks':
+    source => 'puppet:///private/postfix/body_checks',
+  }
   #Whitelisted HELO names
   file { '/etc/postfix/helo_whitelist':
     source => 'puppet:///private/postfix/helo_whitelist',