diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-03-06 19:20:52 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-03-06 19:23:37 +0100 |
commit | 8093d467c2f81afe4d321d0547e2cfc2c4067f57 (patch) | |
tree | 343c82e494537d0d3c5e76205bb24a0251292f66 /modules/profile/templates | |
parent | 367c391a61091817cf34475f91a23ca286eec334 (diff) | |
download | Puppet-8093d467c2f81afe4d321d0547e2cfc2c4067f57.tar.gz Puppet-8093d467c2f81afe4d321d0547e2cfc2c4067f57.tar.zst Puppet-8093d467c2f81afe4d321d0547e2cfc2c4067f57.zip |
Fix ssmtp for mail cofniguration
Diffstat (limited to 'modules/profile/templates')
-rw-r--r-- | modules/profile/templates/mail/ssmtp.conf.erb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/profile/templates/mail/ssmtp.conf.erb b/modules/profile/templates/mail/ssmtp.conf.erb index 1766140..ea5bc99 100644 --- a/modules/profile/templates/mail/ssmtp.conf.erb +++ b/modules/profile/templates/mail/ssmtp.conf.erb | |||
@@ -11,4 +11,9 @@ mailhub=<%= @mailhub %>:<%= @mailhub_port %> | |||
11 | # Where will the mail seem to come from? | 11 | # Where will the mail seem to come from? |
12 | #rewriteDomain=y | 12 | #rewriteDomain=y |
13 | # The full hostname | 13 | # The full hostname |
14 | hostname=<%= @hostname %> | 14 | hostname=<%= @mail_host %> |
15 | TLS_CA_FILE=/etc/ssl/certs/ca-certificates.crt | ||
16 | UseTLS=Yes | ||
17 | UseSTARTTLS=Yes | ||
18 | AuthUser=<%= @ldap_cn %> | ||
19 | AuthPass=<%= @ldap_password %> | ||