summaryrefslogtreecommitdiff
path: root/bin/mw
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-08-27 19:05:55 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-08-27 19:05:55 -0400
commitbd8551163ead2720fd3d3579f64f8816521be11c (patch)
treec683c4dc978d9592fc052283c0a16c359e928a27 /bin/mw
parentfb68f19846141df5ff5c6b8c4f15f589b0f5000f (diff)
fix for 465 starttls
Diffstat (limited to 'bin/mw')
-rwxr-xr-xbin/mw3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index 87ec79c..fbf2884 100755
--- a/bin/mw
+++ b/bin/mw
@@ -46,9 +46,10 @@ from $fulladdr
user $login
passwordeval \"pass $fulladdr\"
auth ${auth:-on}
-${tlsline:-tls on}
+tls on
tls_trust_file $sslcert
logfile $msmtplog
+$tlsline
" >> "$msmtprc"
}