aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/templates/mail
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-03-06 19:24:21 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-03-06 19:24:21 +0100
commitd2c58adb0dfa47a4be23686e231d1a2ebc620b81 (patch)
tree343c82e494537d0d3c5e76205bb24a0251292f66 /modules/profile/templates/mail
parentc5465178352d4bce4a4ea01bf03fbc6d6b7e59e8 (diff)
parent8093d467c2f81afe4d321d0547e2cfc2c4067f57 (diff)
downloadPuppet-d2c58adb0dfa47a4be23686e231d1a2ebc620b81.tar.gz
Puppet-d2c58adb0dfa47a4be23686e231d1a2ebc620b81.tar.zst
Puppet-d2c58adb0dfa47a4be23686e231d1a2ebc620b81.zip
Merge branch 'dev'
Diffstat (limited to 'modules/profile/templates/mail')
-rw-r--r--modules/profile/templates/mail/ssmtp.conf.erb7
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
14hostname=<%= @hostname %> 14hostname=<%= @mail_host %>
15TLS_CA_FILE=/etc/ssl/certs/ca-certificates.crt
16UseTLS=Yes
17UseSTARTTLS=Yes
18AuthUser=<%= @ldap_cn %>
19AuthPass=<%= @ldap_password %>