diff --git a/postfix/manifests/init.pp b/postfix/manifests/init.pp index becd6df..e0dab96 100644 --- a/postfix/manifests/init.pp +++ b/postfix/manifests/init.pp @@ -178,6 +178,15 @@ class postfix { dump => "0", pass => "0", } + file { "/etc/postfix/sasl/smtpd.conf": + ensure => present, + mode => "0644", + owner => "root", + group => "root", + source => "puppet:///modules/postfix/smtpd.conf", + notify => Service["postfix"], + } + } file { "/etc/postfix/master.cf":