Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Cannot Login To Horde mail client!  (Read 2731 times)

0 Members and 1 Guest are viewing this topic.

Chetan Singh

  • Full Member
  • ***
  • Posts: 123
  • Karma: +2/-0
  • Bienvenido a las Tecnologías de la Admin-Ahead.
    • Admin-Ahead Server Technologies.
Cannot Login To Horde mail client!
« on: February 01, 2014, 03:49:38 pm »
Hello,

If you are unable to access your mail account via Horde Webmail even you have verified your mail account's username and password and you are still getting the following error:

"Login failed."

You can take the following steps to try and correct the issue:

chmod u+w /home/httpd/vhosts/webmail/horde/imp/config/servers.php
chmod u+w /home/httpd/vhosts/webmail/horde/config/horde.php

Around line 95 of /home/httpd/vhosts/webmail/horde/imp/config/servers.php change:

'server' => 'localhost',

To:

'server' => '<main.server.ip.address>',

Also change line 236 of /home/httpd/vhosts/webmail/horde/config/horde.php from:

$conf['mailer']['params'] = array('host' => 'localhost');

To:

$conf['mailer']['params'] = array('host' => '127.0.0.1');
--------------------------------------------------------------------------------

Now, please try to access your email account again, it should work!.

Thank you,
Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!