[imp] imp 3.0 - login throws back to login screen

Ahokas Jukka ahoju@myy.helia.fi
Wed, 13 Feb 2002 17:50:28 +0200 (EET)


Hello

** cheers Jaggu... your ideas have helped a lot. The imp is not as yet 
working, but it does look better..
--- initially, there has not been any /tmp/horde.log
--- having made the changes you suggested
(1) uncommented the registry.php lines relating to imp application
(2) have also changed horde/config/horde.php
... as got the idea to look at it by Joachim Wickman's reply
... in particular uncommented the mysql -parts, (the lines below)

(3) the test.php -file looks ok (the parts I understand are 
needed, shows green)
(4) imap and pop3 ...mmm... have tried to use pop3, but doesn't seem to 
work. Imapd seems to be on, but still need to find out if it is working 
correctly.

(5) the /tmp/horde.log shows now
Feb 13 14:15:02 HORDE [error] [imp] FAILED LOGIN 212.90.94.190 to 
cs94190.pp.htv.fi:143[imap] as horde [on line 332 of 
"/www/htdocs/horde/imp/lib/IMP.php"]
Feb 13 14:15:16 HORDE [error] [imp] FAILED LOGIN 212.90.94.190 to 
cs94190.pp.htv.fi:143[imap] as hordemgr [on line 332 of 
"/www/htdocs/horde/imp/lib/IMP.php"]
Feb 13 14:15:39 HORDE [error] [imp] FAILED LOGIN 212.90.94.190 to 
cs94190.pp.htv.fi:143[imap] as hordemgr [on line 332 of 
"/www/htdocs/horde/imp/lib/IMP.php"]
Feb 13 14:15:52 HORDE [error] [imp] FAILED LOGIN 212.90.94.190 to 
cs94190.pp.htv.fi:143[imap] as horde [on line 332 of 
"/www/htdocs/horde/imp/lib/IMP.php"]
Feb 13 14:16:25 HORDE [error] [imp] FAILED LOGIN 212.90.94.190 to 
cs94190.pp.htv.fi:143[imap] as hordemgr [on line 332 of 
"/www/htdocs/horde/imp/lib/IMP.php"]
Feb 13 14:16:44 HORDE [error] [imp] FAILED LOGIN 212.90.94.190 to 
cs94190.pp.htv.fi:143[imap] as hordemgr [on line 332 of 
"/www/htdocs/horde/imp/lib/IMP.php"]

...and the login.php actually now tells me 
"Login failed for some reason. Most likely your username or password was 
entered incorrectly."

- maybe it is a problem with imap(?)

I don't know what I am doing wrong now, but have got a strong feeling imp 
will start to work soon...  ;-)

Cheers!

Jukka



On Wed, 13 Feb 2002, root wrote:

> 
> 
> ---------- Forwarded message ----------
> Date: Wed, 13 Feb 2002 19:31:27 +0530
> From: J. J. Kannan <jaggu@ddeorg.co.in>
> To: imp@lists.horde.org, Ahokas Jukka <ahoju@myy.helia.fi>
> Subject: Re: [imp] imp 3.0 - login throws back to login screen
> 
> Have you checked if horde/test.php3 shows any major problems. 
> 
> Check if /tmp/horde.log is showing any signs of your login attempt. 
> 
> Can you connect to your imap or pop3 server from other clients. 
> 
> in registry.php have you uncommented the lines related to your imp application. 
> 
> happy trouble shooting. 
> 
> jaggu
> 
> Quoting Ahokas Jukka <ahoju@myy.helia.fi>:
> 
> > hello,
> > 
> > Having installed imp 3.0 and horde 2.0 from tarballs, I can almost see the 
> > light at the end of the tunnel. However, the trouble is that the horde & 
> > imp login screens (login.php) just return me back to the login screen. 
> > To fix the problem, I have tried a number of things (ref. mailing lists), 
> > such as editing files "servers.php" and "registry.php"
> > 
> > *** I would be quite grateful if any of you would know where to look for 
> > the solution. 
> > 
> > - I have installed the whole thing on cs94190.pp.htv.fi 
> > 
> > - the mysql is installed, and I have done 
> > mysql  < mysql_create.sq
> > - I can't see any messages on /var/log/messages ... or /var/log/maillog
> > ...even while using the login.php.
> > - I have tried uncommenting the 2 lines 
> > (from /www/htdocs/horde/config/registry.php)
> > // $this->registry['auth']['login'] = 'imp';
> > // $this->registry['auth']['logout'] = 'imp';
> > .... still I cannot login.
> > 
> > 
> > - the servers.php has lines like so:
> > 
> > $servers['imap'] = array(
> >     'name' => 'IMAP Server',
> >     'server' => 'cs94190.pp.htv.fi',
> >     'protocol' => 'imap',
> >     'port' => 143,
> >     'folders' => 'mail/',
> >     'namespace' => '',
> >     'maildomain' => 'cs94190.pp.htv.fi',
> >     'smtphost' => 'cs94190.pp.htv.fi',
> >     'realm' => 'cs94190.pp.htv.fi',
> >     'preferred' => ''
> > );
> > 
> > $servers['cyrus'] = array(
> >     'name' => 'Cyrus IMAP Server',
> >     'server' => 'cyrus.example.com',
> >     'protocol' => 'imap',
> >     'port' => 143,
> >     'folders' => '',
> >     'namespace' => 'INBOX.',
> >     'maildomain' => 'example.com',
> >     'realm' => 'example.com',
> >     'preferred' => ''
> > );
> > 
> > $servers['pop'] = array(
> >     'name' => 'POP3 Server',
> >     'server' => 'cs94190.pp.htv.fi',
> >     'protocol' => 'pop3',
> >     'port' => 110,
> >     'folders' => '',
> >     'namespace' => '',
> >     'maildomain' => 'cs94190.pp.htv.fi',
> >     'realm' => 'cs94190.pp.htv.fi',
> >     'preferred' => ''
> > );
> > 
> > 
> > ..RTFM?
> > 
> > Cheers, I would really appreciate any ideas..
> > 
> > Jukka
> > 
> > 
> > 
> > -- 
> > IMP mailing list: http://horde.org/imp/
> > Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> > 
> 
>