我按照这些说明在新的 Ubuntu 机器上安装了 Postfix 和 Dovecot 。
在客户端机器上,我验证 POP3 似乎在工作
telnet mydomain.com 110
+OK Dovecot ready.
USER [email protected]
+OK
PASS mypassword
+OK Logged in.
quit
+OK Logging out.
但是,当尝试在同一客户端上配置 Gmail 以通过 POP3 检索电子邮件时,出现错误
Server denied POP3 access for the given username and password.
Server returned error: "Login failed."
我仔细确认 Gmail 配置为使用与检查telnet连接时使用的相同 POP 服务器、端口、用户名和密码。
什么可能导致 Gmail 收到“登录失败”消息?