Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OERu
wenotes-docker
Commits
1a8b831e
Commit
1a8b831e
authored
Sep 13, 2017
by
Dave Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added msmtp configuration
parent
9e44d6fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
docker-wenotes-tools/conf/msmtp/msmtprc-sample
docker-wenotes-tools/conf/msmtp/msmtprc-sample
+20
-0
No files found.
docker-wenotes-tools/conf/msmtp/msmtprc-sample
0 → 100644
View file @
1a8b831e
#
# This is a sample - copy to msmtprc in this directory and replace
# the [variables] below with valid values.
#
# easy docker container outgoing mail
defaults
logfile /tmp/msmtp.log
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
account RemoteHost
host [smtp host]
from [from email address]
port 587
# SMPT authentication details
auth on
user [username]
password [password]
account default : RemoteHost
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment