diff modules/postfix/manifests/init.pp @ 107:28a4e01b904b puppet-3.6

Add more Postscreen whitelisting, and a private section
author IBBoard <dev@ibboard.co.uk>
date Sat, 21 May 2016 15:32:13 +0100
parents 4412f5e0b2ba
children 8316d4e55e92
line wrap: on
line diff
--- a/modules/postfix/manifests/init.pp	Sat May 14 17:10:10 2016 +0100
+++ b/modules/postfix/manifests/init.pp	Sat May 21 15:32:13 2016 +0100
@@ -79,6 +79,10 @@
   file { '/etc/postfix/postscreen_access.cidr':
     source => 'puppet:///modules/postfix/postscreen_access.cidr',
   }
+  #Private whitelisted IPs for greylisting process
+  file { '/etc/postfix/postscreen_access_private.cidr':
+    source => 'puppet:///private/postfix/postscreen_access_private.cidr',
+  }
   #Blacklist some domains (e.g. banks who don't do SPF that we don't bank with)
   file { '/etc/postfix/sender_access':
     source => 'puppet:///private/postfix/sender_access',