• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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