• 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 [error] [imp]

J

Jhoni Rosales

Guest
It sees if it can help me!

My system: Fedora Core 2
Control Painel: Plesk 8.1
My PHP 4.3.11

My webmail horde, it has presented the following problem: An user tries login with
[email protected] and password, but show me Falied Login.

The Log of Horde:
/etc/var/log/psa-hord/hord.log show:
/var/log/psa-horde/psa-horde.log
Feb 23 15:22:48 HORDE [error] [imp] FAILED LOGIN 201.63.163.4 to 127.0.0.1:143[imap/notls] as [email protected] [on line 258 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Feb 23 15:25:36 HORDE [error] [imp] FAILED LOGIN 201.63.163.4 to 127.0.0.1:143[imap/notls] as [email protected] [on line 258 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Feb 23 15:26:19 HORDE [error] [imp] FAILED LOGIN 201.63.163.4 to 127.0.0.1:143[imap/notls] as [email protected] [on line 258 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Feb 23 15:26:52 HORDE [error] [imp] FAILED LOGIN 201.63.163.4 to 127.0.0.1:143[imap/notls] as [email protected] [on line 258 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Feb 23 15:34:01 HORDE [error] [imp] FAILED LOGIN 200.162.199.81 to 127.0.0.1:143[imap/notls] as [email protected] [on line 258 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
Feb 23 15:35:12 HORDE [error] [imp] FAILED LOGIN 200.162.199.81 to 127.0.0.1:143[imap/notls] as [email protected] [on line 258 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]

That is, all time that user tries login it does not obtain why of falied login and horde registre this log.

Already I verified the configurations of:

PHP:
in the line session.auto_start = 0 is all right.

/etc/psa-horde/imp/serveres.php


$servers['_prompt'] = array(
'name' => _("Choose a mail server:")
);

// get hostname from http URL (patch for Plesk)
$headers = getallheaders();
$ServerName = preg_replace('/^webmail\./', '', preg_replace('/^www\./', '', $headers['Host']));
$DomainName = ($ServerName != '') ? $ServerName : '@DEFAULT_SERVERNAME@';

$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'loclahost',
'hordeauth' => false,
'protocol' => 'imap/notls',
'port' => 143,
'maildomain' => $DomainName,
'smtphost' => 'localhost',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
);

I neet emergency to solve this problem.

Very Thanks.
 
Blank_page, I was reading the hread because i am also getting this error and no one can log into webmail. When i telnet localhost 143, i get connection refused. Any idea what could be wrong.
Thanks
 
Back
Top