sendmail: Add saslauthd configuration when using authentication for sendmail::server.
This commit is contained in:
parent
1af95d2977
commit
17fd5737ac
1 changed files with 7 additions and 0 deletions
|
@ -263,6 +263,13 @@ class sendmail::server inherits sendmail::common {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if $sendmail_auth_mech != [] {
|
||||||
|
sasl::saslauthd::service { "Sendmail":
|
||||||
|
content => template("sendmail/Sendmail.conf.erb"),
|
||||||
|
notify => Service["sendmail"],
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "sendmail.mc":
|
file { "sendmail.mc":
|
||||||
|
|
Loading…
Add table
Reference in a new issue