comparison modules/postfix/manifests/init.pp @ 89:a2d6032c6811 puppet-3.6

Whitelist Google's IPs so that they don't get greylisted
author IBBoard <dev@ibboard.co.uk>
date Sun, 10 Jan 2016 20:24:22 +0000
parents f192048f9b7e
children 4412f5e0b2ba
comparison
equal deleted inserted replaced
88:e8c0c74767f1 89:a2d6032c6811
69 } 69 }
70 #Whitelisted HELO names 70 #Whitelisted HELO names
71 file { '/etc/postfix/helo_whitelist': 71 file { '/etc/postfix/helo_whitelist':
72 source => 'puppet:///private/postfix/helo_whitelist', 72 source => 'puppet:///private/postfix/helo_whitelist',
73 } 73 }
74 #Whitelisted IPs for greylisting process
75 file { '/etc/postfix/postscreen_access.cidr':
76 source => 'puppet:///modules/postfix/postscreen_access.cidr',
77 }
74 #Blacklist some domains (e.g. banks who don't do SPF that we don't bank with) 78 #Blacklist some domains (e.g. banks who don't do SPF that we don't bank with)
75 file { '/etc/postfix/sender_access': 79 file { '/etc/postfix/sender_access':
76 source => 'puppet:///private/postfix/sender_access', 80 source => 'puppet:///private/postfix/sender_access',
77 } 81 }
78 # Certificates 82 # Certificates