]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - modules/profile/templates/mail/ssmtp.conf.erb
Merge branch 'dev'
[perso/Immae/Projets/Puppet.git] / modules / profile / templates / mail / ssmtp.conf.erb
index 176614077c9f1550240d98b20dde0382fdcc2b84..ea5bc99eb105580986176df52861f32dd2d8c4f1 100644 (file)
@@ -11,4 +11,9 @@ mailhub=<%= @mailhub %>:<%= @mailhub_port %>
 # Where will the mail seem to come from?
 #rewriteDomain=y
 # The full hostname
-hostname=<%= @hostname %>
+hostname=<%= @mail_host %>
+TLS_CA_FILE=/etc/ssl/certs/ca-certificates.crt
+UseTLS=Yes
+UseSTARTTLS=Yes
+AuthUser=<%= @ldap_cn %>
+AuthPass=<%= @ldap_password %>