gmail, mutt e msmtp corrigir
Se você usa o mutt e smtp para acessar o Gmail. Aqui está uma notícia (ruim). Caras legais no Google mais uma vez mudou certificado. Oh, se você perguntar - como fazê-lo conhecê-lo? Mutt simples começou a reclamar sobre o mau certificado ao tentar usar msmpt, infame "msmtp: verificação do certificado TLS falhou: o certificado não tem um emissor conhecido." cumprimentou-me na tela.
Para confirmar cruz -
Basta executar seguintes
$ msmtp --serverinfo --host=smtp.gmail.com --tls=on --port=587 --tls-certcheck=off
No lugar do servidor Thwate velho agora você começa a seguir no segmento emissor
Issuer:
Common Name: Google Internet Authority
Organization: Google Inc
Country: US
Felizmente correção é simples, aqui está o que você precisa fazer no debian
# apt-get install ca-certificates
# dpkg -s ca-certificates|grep Version
Version: 20090814
Após esta mudança justa seguinte linha em você ~ /. Msmtprc
tls_trust_file /certs/Thawte SSLWeb Server Roots/thawte Premium Server CA/Thawte Premium Server CA.pem
tls_trust_file /certs/Thawte SSLWeb Server Roots/thawte Premium Server CA/Thawte Premium Server CA.pem
para
tls_trust_file /usr/share/ca-certificates/mozilla/Equifax_Secure_CA.crt



































