postfix: /etc/postfix/sasl/smtpd.conf needs to define the authentication method.
This commit is contained in:
parent
4367919329
commit
3e43a6c2e1
1 changed files with 9 additions and 0 deletions
|
@ -178,6 +178,15 @@ class postfix {
|
||||||
dump => "0",
|
dump => "0",
|
||||||
pass => "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":
|
file { "/etc/postfix/master.cf":
|
||||||
|
|
Loading…
Add table
Reference in a new issue