comparison 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
comparison
equal deleted inserted replaced
106:ef0926ee389a 107:28a4e01b904b
77 } 77 }
78 #Whitelisted IPs for greylisting process 78 #Whitelisted IPs for greylisting process
79 file { '/etc/postfix/postscreen_access.cidr': 79 file { '/etc/postfix/postscreen_access.cidr':
80 source => 'puppet:///modules/postfix/postscreen_access.cidr', 80 source => 'puppet:///modules/postfix/postscreen_access.cidr',
81 } 81 }
82 #Private whitelisted IPs for greylisting process
83 file { '/etc/postfix/postscreen_access_private.cidr':
84 source => 'puppet:///private/postfix/postscreen_access_private.cidr',
85 }
82 #Blacklist some domains (e.g. banks who don't do SPF that we don't bank with) 86 #Blacklist some domains (e.g. banks who don't do SPF that we don't bank with)
83 file { '/etc/postfix/sender_access': 87 file { '/etc/postfix/sender_access':
84 source => 'puppet:///private/postfix/sender_access', 88 source => 'puppet:///private/postfix/sender_access',
85 } 89 }
86 # Certificates 90 # Certificates