• 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.

web mail error

Y

y2krex

Guest
Hi Guys,

I am getting erros when trying to connect to webmail. Its a fresh install and when I first click webmail an error came up about not being able to get the webmail password. A post on this forum then said to create a file called .webmail.shadow under /etc/psa. Once I did this a new error appeard which is :

A fatal error has occurred
DB Error: connect failed
Details have been logged for the administrator.

any help would be appreciated.

Regards,

Jay
 
Check your log file for the context of your error!

The error I was getting in my log file was

Nov 03 11:13:25 HORDE [emergency] [horde] DB Error: connect failed: [nativecode=Client does not support authentication protocol requested by server; consider upgrading MySQL client] Array [on line 1329 of "/usr/share/psa-horde/lib/Horde/DataTree/sql.php"]

For some reason I had 2 horde users in my database, one for localhost, and one for any host (%). I deleted the one for any host, and ran

set password for 'horde'@'localhost' = OLD_PASSWORD('MYPASSWORDFROMWEBMAILSHADOW');

and that fixed the problem.
 
Back
Top