summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-04-14 17:53:34 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-04-14 17:53:47 +0200
commit037c60e4c9ebd03e59b3aa47603e3fe75e031a3b (patch)
tree27cb39c2f91b2d2236a002c486d5c67658d4632a /generic
parent1d3d1702c042a2650857e37b5636a3dd4b8a08a3 (diff)
downloadptxdist-037c60e4c9ebd03e59b3aa47603e3fe75e031a3b.tar.gz
ptxdist-037c60e4c9ebd03e59b3aa47603e3fe75e031a3b.tar.xz
ssmtp: install config file
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'generic')
-rw-r--r--generic/etc/ssmtp/ssmtp.conf43
1 files changed, 43 insertions, 0 deletions
diff --git a/generic/etc/ssmtp/ssmtp.conf b/generic/etc/ssmtp/ssmtp.conf
new file mode 100644
index 000000000..d9aaaba87
--- /dev/null
+++ b/generic/etc/ssmtp/ssmtp.conf
@@ -0,0 +1,43 @@
+#
+# /etc/ssmtp.conf -- a config file for sSMTP sendmail.
+#
+
+# The person who gets all mail for userids < 1000
+# Make this empty to disable rewriting.
+root=
+
+# The place where the mail goes. The actual machine name is required
+# no MX records are consulted. Commonly mailhosts are named mail.domain.com
+# The example will fit if you are in domain.com and your mailhub is so named.
+mailhub=mail
+
+# Example for SMTP port number 2525
+# mailhub=mail.your.domain:2525
+# Example for SMTP port number 25 (Standard/RFC)
+# mailhub=mail.your.domain
+# Example for SSL encrypted connection
+# mailhub=mail.your.domain:465
+
+# Where will the mail seem to come from?
+rewriteDomain=
+
+# The full hostname
+hostname=@HOSTNAME@
+
+# Set this to never rewrite the "From:" line (unless not given) and to
+# use that address in the "from line" of the envelope.
+FromLineOverride=YES
+
+# Use SSL/TLS to send secure messages to server.
+#UseTLS=YES
+
+# Use SSL/TLS certificate to authenticate against smtp host.
+#UseTLSCert=YES
+
+# Use this RSA certificate.
+#TLSCert=/etc/ssl/certs/ssmtp.pem
+
+# Get enhanced (*really* enhanced) debugging information in the logs
+# If you want to have debugging of the config file parsing, move this option
+# to the top of the config file and uncomment
+#Debug=YES