diff --git a/8/templates/msmtprc.tmpl b/8/templates/msmtprc.tmpl index 08bf7f5..7fffd74 100644 --- a/8/templates/msmtprc.tmpl +++ b/8/templates/msmtprc.tmpl @@ -1,9 +1,9 @@ defaults port {{ getenv "MSMTP_PORT" "25" }} tls {{ getenv "MSMTP_TLS" "off" }} -{{-if getenv "MSMTP_LOG" }} +{{- if getenv "MSMTP_LOG" }} logfile {{ getenv "MSMTP_LOGFILE" "/proc/self/fd/2" }} -{{-end }} +{{- end }} account default auth {{ getenv "MSMTP_AUTH" "off" }}