aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/templates/mail/ssmtp.conf.erb
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-17 11:00:48 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-19 16:19:17 +0100
commit82caf31189f11a9bca4836260e8ee8ba954690f2 (patch)
tree97b15bbbb0ca9415fb17acc11f3592bc40e942f6 /modules/profile/templates/mail/ssmtp.conf.erb
parent97103ded8390d10ea3468615c654e89d07c0a921 (diff)
downloadPuppet-82caf31189f11a9bca4836260e8ee8ba954690f2.tar.gz
Puppet-82caf31189f11a9bca4836260e8ee8ba954690f2.tar.zst
Puppet-82caf31189f11a9bca4836260e8ee8ba954690f2.zip
Add mail profile
Diffstat (limited to 'modules/profile/templates/mail/ssmtp.conf.erb')
-rw-r--r--modules/profile/templates/mail/ssmtp.conf.erb14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/profile/templates/mail/ssmtp.conf.erb b/modules/profile/templates/mail/ssmtp.conf.erb
new file mode 100644
index 0000000..e7a0410
--- /dev/null
+++ b/modules/profile/templates/mail/ssmtp.conf.erb
@@ -0,0 +1,14 @@
1#
2# /etc/ssmtp.conf -- a config file for sSMTP sendmail.
3#
4# The person who gets all mail for userids < 1000
5# Make this empty to disable rewriting.
6root=postmaster
7# The place where the mail goes. The actual machine name is required
8# no MX records are consulted. Commonly mailhosts are named mail.domain.com
9# The example will fit if you are in domain.com and you mailhub is so named.
10mailhub=<%= @mailhub %>:<%= @mailhub_port %>
11# Where will the mail seem to come from?
12#rewriteDomain=y
13# The full hostname
14hostname=<%= @hostname %>