• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

problems with horde

T

tnewby

Guest
Hi

I have moved this as I realise I originally posted to the wrong place.

I have a vps with Virtuozzo/Plesk and have a problem with horde webmail. Recently my provider moved me to another server due to hardware problems and soon after I lost access to webmail. I tried to set pop access to Outlook up and had problems there as well. My provider looked into it and found that (quote)
"For some reason your config files for SMTP were out of whack!
They were named smtp.psa and smtps.psa
They should be smtp_psa and smtps_psa".

This fixed pop access but I still cant get webmail with an error popup appearing saying "Unable to get webmail password!".

Please note /etc/psa/.webmail.shadow exists and is owned by apache and has 640 permissions, is this right?

Also my /var/log//psa-horde.log stopped logging on the 13th Feb, last log:
Feb 13 12:45:06 HORDE [error] [imp] FAILED LOGIN xxx.xxx.xxx.xxx to localhost:143[imap/notls] as [email protected] [on line 247 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]
...how can I get this started again?

Any help would be greatfully received.
 
I have just realised that there was a problem with my .webmail.shadow file as I tried to chmod it and got told it didn't exist even though I could see it in the listing. I touched it () and was then able to chmod it.

I still have a problem in that the file is 0k in size, is this right?

After touching the file root became the owner as opposed to apache as before, is this ok?

I am still getting the "Unable to get webmail password!" pop-up when trying to access webmail.
 
Ok, I've got passed this, conf.php was looking in the wrong place for .webmail.shadow and I had disabled fopen in php.ini!

Now I have .....

A fatal error has occurred
DB Error: connect failed
Details have been logged for the administrator.

oh joy!!!
 
Horde, Falied Login

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.
 
Check your /etc/hosts file

Check to make sure that localhost is listed in the /etc/hosts file.
 
Back
Top