• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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