1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 19:37:26 +02:00

Configuration du Dockerfile et support de l'envoi de mails

This commit is contained in:
galaxyoyo
2019-09-08 23:10:59 +02:00
parent 722fad4e6f
commit fbabdff69c
4 changed files with 52 additions and 5 deletions

18
setup/msmtprc Normal file
View File

@ -0,0 +1,18 @@
defaults
auth on
tls on
tls_starttls off
tls_trust_file /etc/ssl/certs/ca-certificates.crt
syslog on
logfile /var/log/msmtp.log
account tfjm
host ssl0.ovh.net
auth on
port 465
from contact@tfjm.org
user contact@tfjm.org
passwordeval "echo $TFJM_MAIL_PASSWORD"
# Set a default account
account default : tfjm