Sfoglia il codice sorgente

fix for 465 starttls

tags/v3.3
Luke Smith 2 anni fa
parent
commit
bd8551163e
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4C50B54A911F6252
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      bin/mw

+ 2
- 1
bin/mw Vedi File

@@ -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"
}



Caricamento…
Annulla
Salva