I’ve installed LE without a hitch for the web (https://ravingo.in), but I can’t seem to get it to behave with IMAP (SSL/TLS encrypted IMAP on port 993). When I try to connect, I get “SSL error: unable to verify the first certificate”.
Holy carp. That's amazing, I'm so much closer now, thank you.
Now I'm getting the error ...
Server returned error: "Missing +OK response upon connecting to the server: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready."
... which probably has to do with gmail not having good IMAP support, and nothing to do with LE.
Thanks again!
EDIT: Hm. This post says that my chain file could be wrong. How would I go about fixing that?
Nah, that post was talking about an earlier output line, not the “Missing +OK” response.
The “Missing +OK” plus “* OK” together means the client (Gmail) expected to speak POP3, but your mail server speaks only IMAP on that port. If you can speak POP3, you can make Gmail work (e.g. maybe on a different port?). If you can’t speak POP3, you may not be able to get Gmail to work at all (or maybe these days there is config somewhere) ?
Ah. I thought port 993 was always IMAP.
I never knew where to side on the IMAP vs POP3 debate, but it seems Google is forcing my hand.
I’ll give it a whirl, thanks!