fix STARTTLS off
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 17s

This commit is contained in:
2026-02-07 00:11:31 +01:00
parent 72675a40d8
commit a2568f1a33

View File

@@ -26,8 +26,10 @@ while true; do
defaults defaults
auth on auth on
tls on tls on
tls_starttls off
tls_trust_file /etc/ssl/certs/ca-certificates.crt tls_trust_file /etc/ssl/certs/ca-certificates.crt
logfile /var/log/msmtp.log logfile /var/log/msmtp.log
account default account default
host $SMTP_HOST host $SMTP_HOST
port $SMTP_PORT port $SMTP_PORT