[imp] Compiling PHP and other problems...like running IMP

Ty Christensen webmaster@mastermindpro.com
Sat, 6 Oct 2001 22:45:43 -0700


Thanks a bunch.

Now that I've gotten everything compiled, installed, and running, now I only
have one more problem: actually getting IMP to run.  :^)

Here's what I experience:

1) I go to the horde directory in a web browser.
2) I click the "mail" icon.
3) IE eventually times out with a "page not found" error.

-or-

1) I go to the horde directory in a web browser.
2) I type in my user name and password and hit login.
3) I immediately get a "page cannot be found" error.

It seems like I just have a plain and simple authentication problem.  I
would like to use IMAP to authenticate, that way I don't have to add users
to mysql to have Horde access.  I'm sure I need more parameters specified
here, but I don't know what they are.

(Excerpt from config/horde.php)

$conf['auth']['driver'] = 'imap';
$conf['auth']['params'] = array();
$conf['auth']['params']['server_name'] = 'localhost';
$conf['auth']['params']['port'] = 143;

What else do I need to specify here?

Just let me know if you need more info.  I've looked at apache, mysql,
horde, and syslogs and nothing looks out of the ordinary.  I scanned the
lists again looking for similar problems, but it appears as though most
everyone else got further than I have so far.  :^)

Thanks,
Ty

-----Original Message-----
From: Alex L [mailto:admin@networkessence.net]
Sent: Saturday, October 06, 2001 7:18 PM
To: imp@lists.horde.org
Subject: RE: [imp] Compiling PHP and other problems



Create a file.php which has the code <?php phpinfo(); ?>, open it, and the
configure line will be shown on top.

Quoting Ty Christensen <webmaster@mastermindpro.com>:

> Thanks for the info.  I'll definitely have to look into this some more.
> I'm
> so new at this, it scares even me.  :^)
>
> BTW, the sun, moon, and stars must have all fallen into alignment...I
> finally built and installed all the IMP and Horde prereq's.  Now, if only
I
> can remember the way I did it???  No biggy for now, I'll just bask in it's
> "working-ness".
>
> Later,
> Ty
>



>From admin@networkessence.net Date: Sun,  7 Oct 2001 01:01:34 -0500
Return-Path: <admin@networkessence.net>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 73089 invoked from network); 7 Oct 2001 06:06:07 -0000
Received: from www.networkessence.net (HELO ns.networkessence.net) (root@216.40.211.25)
  by clark.horde.org with SMTP; 7 Oct 2001 06:06:07 -0000
Received: (from root@localhost)
	by ns.networkessence.net (8.10.2/8.10.2) id f9761Yr27173
	for imp@lists.horde.org; Sun, 7 Oct 2001 01:01:34 -0500
Received: from 65.112.179.69 ( [65.112.179.69])
	as user admin@127.0.0.1 by www.networkessence.net with HTTP;
	Sun,  7 Oct 2001 01:01:34 -0500
Message-ID: <1002434494.3bbfefbe86e9f@www.networkessence.net>
Date: Sun,  7 Oct 2001 01:01:34 -0500
From: Alex L <admin@networkessence.net>
To: imp@lists.horde.org
References: <NDBBILOEPAJDFMABMHLBGELLCLAA.webmaster@mastermindpro.com>
In-Reply-To: <NDBBILOEPAJDFMABMHLBGELLCLAA.webmaster@mastermindpro.com>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 65.112.179.69
Subject: RE: [imp] Compiling PHP and other problems...like running IMP


Look in the file /horde/lib/Auth/imap.php

You will see you also need server (not server_name), port, protocol and folder.

You will find a lot of the documentation is in the code :)

-Alex

Quoting Ty Christensen <webmaster@mastermindpro.com>:

> Thanks a bunch.
> 
> Now that I've gotten everything compiled, installed, and running, now I
> only
> have one more problem: actually getting IMP to run.  :^)
> 
> Here's what I experience:
> 
> 1) I go to the horde directory in a web browser.
> 2) I click the "mail" icon.
> 3) IE eventually times out with a "page not found" error.
> 
> -or-
> 
> 1) I go to the horde directory in a web browser.
> 2) I type in my user name and password and hit login.
> 3) I immediately get a "page cannot be found" error.
> 
> It seems like I just have a plain and simple authentication problem.  I
> would like to use IMAP to authenticate, that way I don't have to add users
> to mysql to have Horde access.  I'm sure I need more parameters specified
> here, but I don't know what they are.
> 
> (Excerpt from config/horde.php)
> 
> $conf['auth']['driver'] = 'imap';
> $conf['auth']['params'] = array();
> $conf['auth']['params']['server_name'] = 'localhost';
> $conf['auth']['params']['port'] = 143;
> 
> What else do I need to specify here?
> 
> Just let me know if you need more info.  I've looked at apache, mysql,
> horde, and syslogs and nothing looks out of the ordinary.  I scanned the
> lists again looking for similar problems, but it appears as though most
> everyone else got further than I have so far.  :^)
> 
> Thanks,
> Ty
> 
> -----Original Message-----
> From: Alex L [mailto:admin@networkessence.net]
> Sent: Saturday, October 06, 2001 7:18 PM
> To: imp@lists.horde.org
> Subject: RE: [imp] Compiling PHP and other problems
> 
> 
> 
> Create a file.php which has the code <?php phpinfo(); ?>, open it, and the
> configure line will be shown on top.
> 
> Quoting Ty Christensen <webmaster@mastermindpro.com>:
> 
> > Thanks for the info.  I'll definitely have to look into this some more.
> > I'm
> > so new at this, it scares even me.  :^)
> >
> > BTW, the sun, moon, and stars must have all fallen into alignment...I
> > finally built and installed all the IMP and Horde prereq's.  Now, if only
> I
> > can remember the way I did it???  No biggy for now, I'll just bask in
> it's
> > "working-ness".
> >
> > Later,
> > Ty
> >
> 
> 
> -- 
> 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
> 




-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/