• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

webmail (again) login failed

R

ridgey

Guest
Hi there,

I recently upgraded from 8.0 to 8.1 running on Fedora Core 4, I was already having some problems with that machine, this webmail problem being one of them, so decided to do a clean install, new server now running Fedora Core 5. Everything else is working fine, but still getting 'Login Failed', I cannot see any login attempt in the maillog, nor do i see any strange errors in the apache loggin for the domain. I can sucessfully do a POP3 login & an IMAP login for the same account directly from the machine or a email client. I have re-installed the psa-horde rpm a few times, has anyone else had this problem or have any clues as to why its happening, thanks in advance.

Regards
 
Hello,

i had the same problem on CentOS 4, after i've reset the password for each account it was solved :rolleyes:
Sure not a pleasant solution, but the only thing that worked for me this time.

All other solutions posted in the Forum doesn't worked for my box :(
 
check your /etc/hosts .

horde needs localhost to be defined - if it isn't you'll get the 'Login failed' response. so if your /etc/hosts looks like this:

127.0.0.1 <domain.tld>

you should change it to look like this:

127.0.0.1 localhost localhost.localdomain
123.456.789.123 <domain.tld>
 
Back
Top