ソースを参照

fix for 465 starttls

tags/v3.3
Luke Smith 2年前
コミット
bd8551163e
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4C50B54A911F6252
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      bin/mw

+ 2
- 1
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"
}



読み込み中…
キャンセル
保存