I'm replacing my old Fedora 7 mail server with a new one running
CentOS6.3. The old server uses plain-text logins and password for pop3
and IMAP.
I'm unable to get dovecot to authenticate. It's failing the password check.
Trying 192.168.1.50...
Connected to orion (192.168.1.50).
Escape character is '^]'.
+OK orion.crucis.net Dovecot ready.
user joe
+OK
pass abcdefg
-ERR Authentication failed.
quit
+OK Logging out
Connection closed by foreign host.
However, another user on the same system works!
Trying 192.168.1.50...
Connected to orion (192.168.1.50).
Escape character is '^]'.
+OK orion.crucis.net Dovecot ready.
user bob
+OK
pass jklmnop
+OK Logged in.
quit
+OK Logging out.
Connection closed by foreign host.
I'm looping through eth0 in both of the above. The results are the same
if I telnet from 192.168.1.30.
User bob was the one I created on the initial CentOS install, joe was
added later.