fix STARTTLS off
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 17s
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 17s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user