|
From: Dave A. <da...@bo...> - 2016-01-20 02:15:50
|
on Tue Jan 19 2016, famfop <famfop-AT-gmail.com> wrote: > well, > i made the two things as you said but it's still not working. basically > the "important stuff" in my config is: > --- > Create Both > Expunge Both > SyncState * > > IMAPAccount gmail > AuthMechs LOGIN > Host imap.gmail.com > User myemail > Pass mypasswd > SSLType IMAPS > SSLVersions SSLv3 > CertificateFile /etc/ssl/certs/ca-certificates.crt > CertificateFile ~/.config/cert/imap.gmail.com.pem > CertificateFile ~/.config/cert/Equifax_Secure_CA.pem > --- > where i generated those cert-files as described in archwiki. am i > missing something? This is all I have configured for GMail, and it's working fine for me: IMAPAccount gmail Host imap.gmail.com User da...@bo... SSLType IMAPS AuthMechs LOGIN CertificateFile ~/.certs/imap.gmail.com.pem PassCmd "security find-generic-password -s imap.gmail.com -w" Do you have openssl installed? The other thing you haven't shown us is the full text of the error message. Try running mbsync -V. HTH, Dave |