• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

pop3/imap authentication stop working after upgrading a VPS from 8.0.1 to 8.3

B

by88

Guest
I have upgraded plesk from 8.0.1 to 8.3 on a centos4.4 vps and pop3/imap authentication stop working.

All users receive emails but noone can login:

tail -f /usr/local/psa/var/log/maillog

...
Mar 20 00:35:08 srv01 imapd: Connection, ip=[127.0.0.1]
Mar 20 00:35:15 srv01 imapd: IMAP connect from @ [127.0.0.1]checkmailpasswd: FAILED: [email protected] - no such user from @ [127.0.0.1]ERR: LOGIN FAILED, ip=[127.0.0.1]
Mar 20 00:35:29 srv01 last message repeated 2 times
Mar 20 00:35:29 srv01 imapd: 1205969729.308974 LOGOUT, ip=[127.0.0.1], rcvd=17, sent=98, maildir=/


trying telnet:

telnet mail.mydomain.tld 110
Trying www.zzz.yyy.xxx...
Connected to mail.mydomain.tld.
Escape character is '^]'.
+OK Hello there. <[email protected]>
user [email protected]
+OK Password required.
pass xxxxxxxx
-ERR Login failed.
Connection closed by foreign host.


I have already run:
find /var/qmail/mailnames -type d -name '.*' -a -not -name '.spamassassin' -exec touch '{}'/maildirfolder \; -exec chown popuser:popuser '{}'/maildirfolder \;
/usr/local/psa/admin/bin/mchk --without-spam


I have already checked almost everything I have found online but nothing works.

Suggestions?
 
Hi.
Check /etc/hosts file. the alias "localhost" and "localhost.localdomain" should be present there.
 
Back
Top