[imp] Failed login Redhat 7.3
Steve Sloan
steve@lansol.com.au
Mon, 20 May 2002 13:04:07 +0930
Got it
Had to modify the /imp/servers.php file as follows
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'localhost',
'protocol' => 'imap/notls',
'port' => 143,
'folders' => 'mail/',
'namespace' => '',
'maildomain' => 'example.com',
Thanks to everyone that replied
Steve
----- Original Message -----
From: "Jim Hale" <jim-ml@halemail.dyndns.org>
To: "'Steve Sloan'" <steve@lansol.com.au>
Cc: "Mailing List - IMP" <imp@lists.horde.org>
Sent: Monday, May 20, 2002 1:01 PM
Subject: RE: [imp] Failed login Redhat 7.3
> Change the OTHER Location (file) that shows the port from 143 to
> '143/notls' (WITH the quotes)... The name of the file to modify escapes
> me at the moment.
>
> Jim Hale
> ---
> Jim & Kathy's Website Collection
> http://hale.dyndns.org
>
> > -----Original Message-----
> > From: imp-bounces@lists.horde.org
> > [mailto:imp-bounces@lists.horde.org] On Behalf Of Steve Sloan
> > Sent: Sunday, May 19, 2002 9:49 PM
> > Cc: imp@lists.horde.org
> > Subject: Re: [imp] Failed login Redhat 7.3
> >
> >
> > Hi Scott
> >
> > Just tried changing the
> >
> > $conf['auth']['params']['dsn'] =
> > '{localhost/imap/ssl/novalidate-cert}INBOX';
> >
> > line in /horde/config/horde.php
> > but still didn't work.
> >
> > I take it this will try and use imaps instead of imap. I
> > turned on imaps and it is listing on port 993 ok
> >
> > Am I missing something here
> >
> > Steve
> >
> > ----- Original Message -----
> > From: "Scott Bigelow" <scott@opensoars.com>
> > To: "Steve Sloan" <steve@lansol.com.au>
> > Cc: <imp@lists.horde.org>
> > Sent: Monday, May 20, 2002 11:36 AM
> > Subject: Re: [imp] Failed login Redhat 7.3
> >
> >
> > > Hello,
> > > I had the same problem for a while with Red Hat 7.3 (Skipjack
> > > beta). I
> > couldn't
> > > get IMP to work with it unless I selected imap/ssl/novalidate (or
> > something
> > > along those lines!). Basically, check the setting to use
> > imaps without
> > > validating the certificate. Worked for me! Good luck, -Scott
> > >
> > >
> > > Quoting Steve Sloan <steve@lansol.com.au>:
> > >
> > > > I am trying to setup Horde 3.0 and IMP 2.0 on a new install of
> > > > Redhat
> > 7.3
> > > >
> > > > I am using imap to authenticate and have proved that imap
> > is working
> > > > as
> > an
> > > > older ver of IMP on another box can connect OK to the
> > RH7.3 box, as
> > > > can email clients.
> > > >
> > > > But when I try and login it comes back with Login failed
> > every time.
> > > >
> > > > The results of /horde/test.php are
> > > >
> > > > Horde Versions
> > > > Horde: 2.0
> > > > IMP: 3.0
> > > > PHP Version
> > > > View phpinfo() screen
> > > > PHP Version: 4.1.2
> > > > PHP Major Version: 4.1
> > > > PHP Minor Version: 2
> > > > PHP Version Classification: release
> > > > You are running a supported version of PHP.
> > > > PHP Module Capabilities
> > > > FTP Support: Yes
> > > > Gettext Support: Yes
> > > > IMAP Support: Yes
> > > > LDAP Support: No
> > > > MCAL Support: No
> > > > Mcrypt Support: No
> > > > MySQL Support: Yes
> > > > PostgreSQL Support: No
> > > > XML Support: Yes
> > > > Miscellaneous PHP Settings
> > > > magic_quotes_runtime set to Off: Yes
> > > > PHP Sessions
> > > > Session counter: 1
> > > > To unregister the session: click here
> > > > PEAR
> > > > PEAR - Yes
> > > > Recent PEAR - Yes
> > > > Mail::RFC822 - Yes
> > > > Log - Yes
> > > > DB - Yes
> > > >
> > > > the horde.log file give me
> > > >
> > > > May 20 10:54:17 HORDE [error] [imp] FAILED LOGIN 192.168.X.X to
> > > > localhost:143[imap] as steve [on line 332 of
> > > > "/var/www/html/horde/imp/lib/IMP.php"]
> > > >
> > > > every time as well.
> > > >
> > > > I am starting to wonder about the version of PHP in RH7.3 as the
> > > > same versions of Horde and IMP work OK on a RH7.2 box
> > > >
> > > > Any ideas most welcome as I have been stuck on the this
> > for several
> > > > days and don't seem to be getting anywhere.
> > > >
> > > > Thanks
> > > >
> > > > Steve Sloan
> > > >
> > > >
> > > >
> > > > --
> > > > IMP mailing list
> > > > Frequently Asked Questions: http://horde.org/faq/
> > > > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> > > >
> > >
> > >
> > >
> >
> >
> > --
> > IMP mailing list
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> >