From 3e43a6c2e1cc9c0b2f847f9db124c6ec8cdbff58 Mon Sep 17 00:00:00 2001 From: Lari Huttunen Date: Tue, 5 Mar 2013 19:43:41 +0100 Subject: [PATCH] postfix: /etc/postfix/sasl/smtpd.conf needs to define the authentication method. --- postfix/manifests/init.pp | 9 +++++++++ 1 file changed, 9 insertions(+) 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":