[horde] Please help to debug! Login failed for some reason.
prince
prince at resoftcorp.com
Fri Jan 9 14:24:01 PST 2004
Can someone please help me to get this problem resolved? I couln't find
anyway to get this working? I am not sure what I am doing wrong.
horde.php entry:
=================
// Should Horde log errors and other useful information?
$conf['log']['enabled'] = true;
// What log driver should we use? Valid values are 'file', 'mcal',
// 'sql', and 'syslog'.
$conf['log']['type'] = 'file';
// What is the name of the log? For the 'file' driver, this is the
// path to a text file; for mcal, it would be the name of a calendar,
// and for sql it would be the table name to use. For the 'syslog'
// driver it is the facility as a _constant_ (with no quotes), e.g.:
// ... = LOG_LOCAL0;
$conf['log']['name'] = '/tmp/horde.log';
// What level of messages should we log? The values are LOG_EMERG,
// LOG_ALERT, LOG_CRIT, LOG_ERR, LOG_WARNING, LOG_NOTICE, LOG_INFO,
// and LOG_DEBUG. Each level logs itself and all those that come
// before it: LOG_ALERT would only log alerts and emergencies, but
// LOG_DEBUG would log everything.
//$conf['log']['priority'] = LOG_NOTICE;
$conf['log']['priority'] = LOG_DEBUG;
% ls -l /tmp/horde.log
-rw-rw-rw- 1 apache apache 0 Dec 17 23:35 /tmp/horde.log
thanks,
Prince.
On Thu, 1 Jan 2004 20:06:48 -0800, prince wrote
> I have been trying to fix the Horde Login problem I have, for days.
> Whenever I try to login I get the following error.
> "Login failed for some reason. Most likely your username or password
> was entered incorrectly."
>
> I have courier-imap and mysql installed and the imap login is
> verified by telnetting to port 143. But, I couln't login thru horde.
>
> I tried both IMAP and cyrus as the server, but is of no use. My php
> version is 4.2.2. Does the maildomain in the following has to be the
> same as the server hosting the horde and imap?
>
> ****
> How do I trace/debug to find where the authentication is getting
> failed and why? ****
>
> This is the entry from server.php.
>
> $servers['imap'] = array(
> 'name' => 'IMAP Server',
> 'server' => 'localhost',
> 'protocol' => 'imap/notls',
> 'port' => 143,
> 'folders' => 'mail/',
> 'namespace' => '',
> 'maildomain' => 'xxx.com',
> 'smtphost' => 'localhost',
> 'realm' => '',
> 'preferred' => 'true'
> );
>
> $servers['cyrus'] = array(
> 'name' => 'Cyrus IMAP Server',
> 'server' => 'localhost',
> 'protocol' => 'imap/notls',
> 'port' => 143,
> 'folders' => '',
> 'namespace' => 'INBOX.',
> 'maildomain' => 'xxx.com',
> 'realm' => $DomainName,
> 'preferred' => ''
> );
>
> I was able to successfully authenticate myself when using http://my-
> ip- addr/horde/imp/test.php.
>
> IMP Version
> IMP: 3.2.1
> PHP Version
> View phpinfo() screen
> PHP Version: 4.2.2
> PHP Major Version: 4.2
> PHP Minor Version: 2
> PHP Version Classification: release
> You are running a supported version of PHP.
> PHP IMAP Support Test
> server="localhost" user="prince" mailbox="{localhost:143/imap/notls}INBOX"
> INBOX has 0 messages (0 new 0 recent)
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list