• 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 isnt working on plesk 9.2.1.

M

muratp

Guest
hello,

on plesk 9.2.1. i cannot get webmail worked.

i googled out and found this thread (http://vpsnekung.com/index.php/2009/03/01/plesk-login-failed-unable-to-login-to-horde-webmail/)
and tried it out, but the install gave an error.(not all packages are installed.)

still the same error with webmail. but if i go to the cp of plesk to mail server settings and i unclick horde and do ok and directly i click it on again then it works for i think 5 minutes.

do you have any idea how to solve this problem

thanks,
murat
 
log

hi nataliya.

checked the logs and it says like this:

Jun 01 15:47:40 HORDE [error] [imp] FAILED LOGIN 82.204.104.171 to localhost:143[imap/notls] as [email protected] [on line 258 of "/usr/share/psa-horde/imp/lib/
Auth/imp.php"]
Jun 01 15:47:50 HORDE [error] [imp] FAILED LOGIN 82.204.104.171 to localhost:143[imap/notls] as [email protected] [on line 258 of "/usr/share/psa-horde/imp/lib/
Auth/imp.php"]
Jun 01 16:12:17 HORDE [error] [imp] FAILED LOGIN 82.204.104.171 to localhost:143[imap/notls] as [email protected] [on line 258 of "/usr/share/psa-horde/i
mp/lib/Auth/imp.php"]
Jun 01 19:47:47 HORDE [error] [imp] FAILED LOGIN 83.87.162.217 to localhost:143[imap/notls] as [email protected] [on line 258 of "/usr/share/psa-horde/imp/lib
/Auth/imp.php"]
Jun 01 19:48:24 HORDE [error] [imp] FAILED LOGIN 83.87.162.217 to localhost:143[imap/notls] as [email protected] [on line 258 of "/usr/share/psa-horde/imp/lib
/Auth/imp.php"]
Jun 01 19:48:54 HORDE [error] [imp] FAILED LOGIN 83.87.162.217 to localhost:143[imap/notls] as [email protected] [on line 258 of "/usr/share/psa-horde/imp/lib
/Auth/imp.php"]


any ideas?
 
Hello,

Make sure that it is possible to connect to localhost:143 from the command line using telnet. If you get the error as below:

# telnet localhost 143

localhost/143: Name or service not known

then check /etc/hosts file. It must have permissions -rw-r--r-- and contain the record for localhost in the following format:

127.0.0.1 localhost localhost.localdomain

Also, you can run IMP test to check the problem at: http://webmail.DOMAIN.COM/horde/imp/test.php


Regards,

Denis.
 
Back
Top