[imp] Error Message in /tmp/horde.lol HELP!!!!!

Bryan H nve_this@yahoo.com
Fri, 12 Jul 2002 11:07:45 -0700 (PDT)


I tried that, exact same errors.  Any other ideas?

-B
--- Joshua E Warchol <jwarchol@dsl.net> wrote:
> Try changing 'imap/notls' to 'imap'
> 
> On Fri, Jul 12, 2002 at 09:01:54AM -0700, Bryan H
> wrote:
> > Jul 12 10:57:46 HORDE [error] [horde] FAILED LOGIN
> for
> > bheusmann [10.10.53.90] to Horde [on line 43 of
> > "/var/www/html/horde/login.php"]
> > Jul 12 11:00:20 HORDE [error] [horde] FAILED LOGIN
> for
> > bheusmann [10.10.53.90] to Horde [on line 43 of
> > "/var/www/html/horde/login.php"]
> > Jul 12 11:06:28 HORDE [error] [imp] FAILED LOGIN
> > 10.10.53.90 to imap.toybox.dmsolan:143[imap/notls]
> as
> > bheusmann [on line 270 of
> > "/var/www/html/horde/imp/lib/IMP.php"]
> > Jul 12 11:06:28 HORDE [error] [imp] FAILED LOGIN
> > 10.10.53.90 to imap.toybox.dmsolan:143[imap/notls]
> as
> > bheusmann [on line 270 of
> > "/var/www/html/horde/imp/lib/IMP.php"]
> > Jul 12 11:53:19 HORDE [error] [imp] FAILED LOGIN
> > 10.10.53.90 to imap.toybox.dmsolan:143[imap/notls]
> as
> > bheusmann [on line 270 of
> > "/var/www/html/horde/imp/lib/IMP.php"]
> > 
> > My /horde/registry.php is as follows:
> > 
> > /**
> >  * Handlers
> >  * --------
> >  * The following settings register particular
> Horde
> > applications as handlers
> >  * for functionality intended to be common to
> multiple
> > Horde applications.
> >  */
> > 
> > /* auth: Handler for user authentication.
> >  *   Uncomment the auth/login/logout lines if you
> want
> > to let either
> >  *   IMP or Gollem handle the authentication for
> > Horde. This avoids the
> >  *   "double login" while accessing IMP.
> >  */
> > $this->registry['auth']['login'] = 'imp';
> > $this->registry['auth']['logout'] = 'imp';
> > 
> > /* mail: Handler for sending mail. */
> > $this->registry['mail']['compose'] = 'imp';
> > $this->registry['mail']['composePopup'] = 'imp';
> > 
> > /* contacts: Handler for contacts management. */
> > $this->registry['contacts']['search'] = 'turba';
> > $this->registry['contacts']['add'] = 'turba';
> > $this->registry['contacts']['sources'] = 'turba';
> > $this->registry['contacts']['fields'] = 'turba';
> > 
> > /* memos: Handler for memos/notepad. */
> > $this->registry['memos']['search'] = 'mnemo';
> > $this->registry['memos']['list'] = 'mnemo';
> > $this->registry['memos']['show'] = 'mnemo';
> > $this->registry['memos']['add'] = 'mnemo';
> > 
> > /* tasks: Handler for todo lists. */
> > $this->registry['tasks']['search'] = 'nag';
> > $this->registry['tasks']['list'] = 'nag';
> > $this->registry['tasks']['show'] = 'nag';
> > $this->registry['tasks']['add'] = 'nag';
> > 
> > 
> > /**
> >  * Application registry
> >  * --------------------
> >  * The following settings register installed Horde
> > applications.
> >  * By default, Horde assumes that the application
> > directories live
> >  * inside the horde directory.
> >  *
> >  * You should be able to simply uncomment the
> entries
> > for the applications
> >  * you have installed. If you have customized your
> > installation, modify the
> >  * default settings where necessary. Be sure to
> > remember to uncomment the
> >  * trailing ");" line!
> >  */
> > 
> > $this->applications['horde'] = array(
> >     'fileroot' => dirname(__FILE__) . '/..',
> >     'webroot' => '/horde',
> >     'initial_page' => 'login.php',
> >     'icon' => '/horde/graphics/home.gif',
> >     'name' => _("Horde"),
> >     'allow_guests' => true,
> >     'show' => true,
> >     'templates' => dirname(__FILE__) .
> > '/../templates',
> >     'cookie_domain' =>
> > $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],
> >     'cookie_path' => '/horde',
> >     'server_name' =>
> > $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],
> >     'server_port' =>
> > $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT']
> > );
> > 
> > $this->applications['imp'] = array(
> >     'fileroot' => dirname(__FILE__) . '/../imp',
> >     'webroot' =>
> > $this->applications['horde']['webroot'] . '/imp',
> >     'icon' =>
> $this->applications['horde']['webroot']
> > . '/imp/graphics/imp.gif',
> >     'name' => _("Mail"),
> >     'allow_guests' => false,
> >     'show' => true
> > );
> > 
> > My /horde/imp/config/servers.php is as follows:
> > 
> > $servers['_prompt'] = array(
> >     'name' => 'Choose a mail server:'
> > );
> > 
> > $servers['imap'] = array(
> >     'name' => 'IMAP Server',
> >     'server' => 'imap.toybox.dmsolan',
> >     'protocol' => 'imap/notls',
> >     'port' => 143,
> >     'folders' => 'INBOX',
> >     'namespace' => '',
> >     'maildomain' => 'toybox.dmsolan',
> >     'smtphost' => 'smtp.toybox.dmsolan',
> >     'realm' => '',
> >     'preferred' => 'true'
> > );
> > 
> > Can someone tell me why Horde isn't communicating
> with
> > IMAP?  I have the imap service in xinted turned on
> and
> > this is a right out of the box RH 7.3 server,
> brand
> > new install, untared horde and imp into the web
> > directory, edited /horde/config/horde.php and
> > /horde/config/registry.php and
> > /horde/imp/config/conf.php
> > 
> > I am at ends here, I have not earthly idea why it
> > won't work.  It is a problem with Horde I'm sure
> cause
> > I can connect to my IMAP with an outlook client
> from
> > another computer using an account on the RH box. 
> What
> > is horde not doing ???  Please help I can't get my
> > eamil.
> > 
> > Bryan H
> > NVETHIS Networks
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Sign up for SBC Yahoo! Dial - First Month Free
> > http://sbc.yahoo.com
> > 
> > -- 
> > IMP mailing list
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail:
> imp-unsubscribe@lists.horde.org
> 
> -- 
> Joshua Warchol
> UNIX Systems Administrator
> DSL.net


__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com