Dovecot, POP3 and Gmail
- by Eric J.
I setup Postfix and Dovecot on a new Ubuntu box following these directions.
From a client machine, I validate that POP3 seems to be working
telnet mydomain.com 110
+OK Dovecot ready.
USER me@mydomain.com
+OK
PASS mypassword
+OK Logged in.
quit
+OK Logging out.
However, when trying to configure Gmail on the same client to retrieve email via…