Supprimer src/msmtprc

This commit is contained in:
2025-05-16 20:00:31 +00:00
parent e65d1c6b7d
commit 2ff550f024

View File

@@ -1,13 +0,0 @@
# msmtprc global config
defaults
auth on
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /var/log/msmtp.log
account default
host {{SMTP_SERVER}}
port {{SMTP_PORT}}
from {{SMTP_EMAIL}}
user {{SMTP_USER}}
password {{SMTP_PASS}}