2020/10/27

From Woozle Writes Code
Revision as of 19:48, 27 October 2020 by Woozle (talk | contribs)
Jump to navigation Jump to search

I've got a bit of a double-bind situation here...

  • Email retrieval on cloud5 (where it had been for some months) stopped working when I upgraded Ubuntu to 20.04. Dovecot gives errors on IMAP and POP3. Postfix (SMTP) is still working, and we are able to access email via Roundcube, but not desktop or mobile clients.
  • Meanwhile, Dovecot on the new cloud1 server is working -- but MySQL refuses to accept connections from MySQL Workbench, making it difficult to set up databases, which makes it difficult (though not impossible) to set up Roundcube there.

Breaking this down into two major pieces:

  • /db: I'm focusing on fixing the MySQL issue, as that is a blocker on several issues.
  • /email