Hi,
I am trying to use offlineimap to download my mail from Zoho's IMAP server. It kind of works, but I've had to add a cert_fingerprint to my .offlineimaprc to make it connect correctly, and every day I seem to get a different fingerprint and need to add that to my .offlineimaprc to make it work again. Is there a master list of certificate fingerprints I can add once and be done with this?
Alternatively, is there some way I can configure offlineimap with some kind of root certificate so it will validate individual server certificates without needing to be given the fingerprint of each?
My .offlineimaprc looks like this:
[general]
accounts = Test
[Account Test]
localrepository = Local
remoterepository = Remote
[Repository Local]
type = Maildir
localfolders = ~/Maildir
[Repository Remote]
type = IMAP
#ssl = yes
remotehost = imappro.zoho.eu
remoteuser = xxxxx
remotepass = xxxxx
cert_fingerprint = 35:BE:91:6C:0D:75:18:08:63:13:8A:95:08:6C:2C:CC:F5:02:E6:FC, 68:69:8D:7E:02:AF:DA:63:FF:A6:F3:9B:F9:F5:FB:1F:3A:DF:1E:F5, B7:98:1B:F2:56:17:20:A4:29:44:71:60:C9:E1:FF:2D:63:36:48:A4, 2D:06:8F:08:9F:47:1D:A3:85:97:2E:06:90:58:C5:26:A4:1D:01:CC
createfolders = False
Thanks.
Steve