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:
18
setup/msmtprc
Normal file
18
setup/msmtprc
Normal 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
|
Reference in New Issue
Block a user