• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Horde Loin Failed / an other type of failure

M

marlon@

Guest
Hi,

I have fedora core 3 , plesk 7.5

Today i started to get this errors in the psa-horde.log

HORDE [error] [imp] FAILED LOGIN 201.155.55.219 to 127.0.0.1:143[imap/notls] as [email protected] [on line 247 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]


Does any one have any leads o help they can offer.

thanks
 
I had the same error once and in my case it was due to a bad /etc/hosts file. Be sure it looks like this:

127.0.0.1 localhost.localdomain localhost
xxx.xxx.xxx.xxx hostname.domain.com hostname

Of course insert your ip and hostname. Hope it helps.
 
hi ,
everithing is correct and i keep geting the problem , any other idea ?

thanks
 
Try to desactivate firewall iptables
Try telnet localhost 143
Is if ok and you used fedora v3 or v4, your problem is with selinux secure, selinux secure break connections socket, for resolved problem you desactive in system selinux with:

setenforce 0

and in boot of systen
nano /etc/sysconfig/selinux
SELINUX=disabled
 
solve the problem

hi,

I turns out that everithing was couse by , apache , the problem was thas i dint had suficient files to be open , had to recompile apache an a bunch of other stuff.

thank for all the help
 
Back
Top